fix(react): add cite attribute

This commit is contained in:
Jane Chu
2017-04-24 15:14:20 -07:00
parent 6fdf8dc0ba
commit 4854ed7cb5

View File

@@ -2097,6 +2097,7 @@ declare namespace React {
charSet?: string;
challenge?: string;
checked?: boolean;
cite?: string;
classID?: string;
className?: string;
cols?: number;