Skip to content

Commit f3c8562

Browse files
author
Corné Dorrestijn
authored
Added as property to DOM props (#5911)
1 parent e8d2f97 commit f3c8562

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jscomp/others/jsxDOM.res

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ type domProps = {
162162
action?: string /* uri */,
163163
allowFullScreen?: bool,
164164
alt?: string,
165+
@as("as")
166+
as_?: string,
165167
async?: bool,
166168
autoComplete?: string /* has a fixed, but large-ish, set of possible values */,
167169
autoCapitalize?: string /* Mobile Safari specific */,

0 commit comments

Comments
 (0)