mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
noModule got added to the wrong element (doh)
This commit is contained in:
committed by
Mohamed Hegazy
parent
1945bf693b
commit
710de9e694
2
types/react/index.d.ts
vendored
2
types/react/index.d.ts
vendored
@@ -1568,6 +1568,7 @@ declare namespace React {
|
||||
crossOrigin?: string;
|
||||
defer?: boolean;
|
||||
integrity?: string;
|
||||
noModule?: boolean;
|
||||
nonce?: string;
|
||||
src?: string;
|
||||
type?: string;
|
||||
@@ -1579,7 +1580,6 @@ declare namespace React {
|
||||
form?: string;
|
||||
multiple?: boolean;
|
||||
name?: string;
|
||||
noModule?: boolean;
|
||||
required?: boolean;
|
||||
size?: number;
|
||||
value?: string | string[] | number;
|
||||
|
||||
Reference in New Issue
Block a user