Merge pull request #20937 from kaelig/patch-1

react: Add `as` attribute to AllHTMLAttributes
This commit is contained in:
Mine Starks
2017-12-11 17:06:24 -08:00
committed by GitHub
+1
View File
@@ -2434,6 +2434,7 @@ declare namespace React {
allowFullScreen?: boolean;
allowTransparency?: boolean;
alt?: string;
as?: string;
async?: boolean;
autoComplete?: string;
autoFocus?: boolean;