mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
[react] add nonce and reversed to HTMLAttributes
This commit is contained in:
Vendored
+2
@@ -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