mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Allow defaultValue to be number, since that's valid for some properties
This commit is contained in:
Vendored
+1
-1
@@ -28,7 +28,7 @@ declare namespace __ReactMDL {
|
||||
interface MDLHTMLAttributes {
|
||||
// React-specific Attributes
|
||||
defaultChecked?: boolean;
|
||||
defaultValue?: string | string[];
|
||||
defaultValue?: number | string | string[];
|
||||
|
||||
// Standard HTML Attributes
|
||||
accept?: string;
|
||||
|
||||
Reference in New Issue
Block a user