From 17fd72797f045734e7bc65c1e7322849d681572c Mon Sep 17 00:00:00 2001 From: Kaelig Deloumeau-Prigent Date: Mon, 23 Oct 2017 15:16:24 -0700 Subject: [PATCH] Add as attribute to AllHTMLAttributes --- types/react/v15/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react/v15/index.d.ts b/types/react/v15/index.d.ts index c35e2df3c0..36cb7a392a 100644 --- a/types/react/v15/index.d.ts +++ b/types/react/v15/index.d.ts @@ -2434,6 +2434,7 @@ declare namespace React { allowFullScreen?: boolean; allowTransparency?: boolean; alt?: string; + as?: string; async?: boolean; autoComplete?: string; autoFocus?: boolean;