mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Merge pull request #6261 from rcchen/master
Change autoComplete to a string typing in React
This commit is contained in:
Vendored
+1
-1
@@ -427,7 +427,7 @@ declare namespace __React {
|
||||
allowTransparency?: boolean;
|
||||
alt?: string;
|
||||
async?: boolean;
|
||||
autoComplete?: boolean;
|
||||
autoComplete?: string;
|
||||
autoFocus?: boolean;
|
||||
autoPlay?: boolean;
|
||||
cellPadding?: number | string;
|
||||
|
||||
Reference in New Issue
Block a user