[react] add nonce and reversed to HTMLAttributes

This commit is contained in:
Vincent Siao
2016-03-14 01:45:04 -07:00
parent 1a67b639ce
commit 648a4b27b9

2
react/react.d.ts vendored
View File

@@ -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;