mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
[react] add nonce and reversed to HTMLAttributes
This commit is contained in:
2
react/react.d.ts
vendored
2
react/react.d.ts
vendored
@@ -1965,6 +1965,7 @@ declare namespace __React {
|
||||
multiple?: boolean;
|
||||
muted?: boolean;
|
||||
name?: string;
|
||||
nonce?: string;
|
||||
noValidate?: boolean;
|
||||
open?: boolean;
|
||||
optimum?: number;
|
||||
@@ -1976,6 +1977,7 @@ declare namespace __React {
|
||||
readOnly?: boolean;
|
||||
rel?: string;
|
||||
required?: boolean;
|
||||
reversed?: boolean;
|
||||
role?: string;
|
||||
rows?: number;
|
||||
rowSpan?: number;
|
||||
|
||||
Reference in New Issue
Block a user