mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Merge pull request #20937 from kaelig/patch-1
react: Add `as` attribute to AllHTMLAttributes
This commit is contained in:
Vendored
+1
@@ -2434,6 +2434,7 @@ declare namespace React {
|
||||
allowFullScreen?: boolean;
|
||||
allowTransparency?: boolean;
|
||||
alt?: string;
|
||||
as?: string;
|
||||
async?: boolean;
|
||||
autoComplete?: string;
|
||||
autoFocus?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user