Skip to content

Commit 035bf00

Browse files
authored
dom: add allow and frameBorder props
1 parent 0f74265 commit 035bf00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ReactDOM.res

+4
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,8 @@ module Props = {
12341234
@optional
12351235
action: string /* uri */,
12361236
@optional
1237+
allow: string,
1238+
@optional
12371239
allowFullScreen: bool,
12381240
@optional
12391241
alt: string,
@@ -1290,6 +1292,8 @@ module Props = {
12901292
@optional
12911293
formMethod: string /* "post", "get", "put" */,
12921294
@optional
1295+
frameBorder: int,
1296+
@optional
12931297
headers: string,
12941298
@optional
12951299
height: string /* in html5 this can only be a number, but in html4 it can ba a percentage as well */,

0 commit comments

Comments
 (0)