Merge pull request #6261 from rcchen/master

Change autoComplete to a string typing in React
This commit is contained in:
Masahiro Wakame
2015-10-16 22:08:53 +09:00
+1 -1
View File
@@ -427,7 +427,7 @@ declare namespace __React {
allowTransparency?: boolean;
alt?: string;
async?: boolean;
autoComplete?: boolean;
autoComplete?: string;
autoFocus?: boolean;
autoPlay?: boolean;
cellPadding?: number | string;