mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Support for defaultValue and defaultChecked in HTMLAttributes (used on input and textarea and others)
This commit is contained in:
Vendored
+2
@@ -430,6 +430,8 @@ declare module React {
|
||||
crossOrigin?: string;
|
||||
data?: string;
|
||||
dateTime?: string;
|
||||
defaultChecked?: boolean;
|
||||
defaultValue?: string;
|
||||
defer?: boolean;
|
||||
dir?: string;
|
||||
disabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user