Merge pull request #16113 from janechu/users/janechu/add-cite-as-react-html-attribute

fix(react): add cite attribute
This commit is contained in:
John Reilly
2017-04-25 05:22:50 +01:00
committed by GitHub
+1
View File
@@ -2097,6 +2097,7 @@ declare namespace React {
charSet?: string;
challenge?: string;
checked?: boolean;
cite?: string;
classID?: string;
className?: string;
cols?: number;