mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Changed autoCapitalize attribute from boolean to string
This commit is contained in:
Vendored
+1
-1
@@ -1822,7 +1822,7 @@ declare namespace __React {
|
||||
vocab?: string;
|
||||
|
||||
// Non-standard Attributes
|
||||
autoCapitalize?: boolean;
|
||||
autoCapitalize?: string;
|
||||
autoCorrect?: string;
|
||||
autoSave?: string;
|
||||
color?: string;
|
||||
|
||||
Reference in New Issue
Block a user