Skip to content

Commit bb26e6f

Browse files
authored
Remove "fomat" (#929)
* Remove "fomat" * Remove format from rei
1 parent ac7ca81 commit bb26e6f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/ReactDOM.re

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,8 +1262,6 @@ type domProps = {
12621262
[@mel.optional]
12631263
fontWeight: option(string),
12641264
[@mel.optional]
1265-
fomat: option(string),
1266-
[@mel.optional]
12671265
from: option(string),
12681266
[@mel.optional]
12691267
fx: option(string),

src/ReactDOM.rei

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,8 +1344,6 @@ type domProps = {
13441344
[@mel.optional]
13451345
fontWeight: option(string),
13461346
[@mel.optional]
1347-
fomat: option(string),
1348-
[@mel.optional]
13491347
from: option(string),
13501348
[@mel.optional]
13511349
fx: option(string),

0 commit comments

Comments
 (0)