mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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