From 648a4b27b944d964c9801d0be02ee3c3fcf6ee97 Mon Sep 17 00:00:00 2001 From: Vincent Siao Date: Mon, 14 Mar 2016 01:45:04 -0700 Subject: [PATCH] [react] add `nonce` and `reversed` to `HTMLAttributes` --- react/react.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react/react.d.ts b/react/react.d.ts index 45b80f729..22d7c16ca 100644 --- a/react/react.d.ts +++ b/react/react.d.ts @@ -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;