Change autoComplete to a string typing in React

This commit is contained in:
Roger Chen
2015-10-12 15:27:34 -07:00
parent 1e992ae792
commit 2ae4b96283
+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;