Skip to content

Commit 47d108d

Browse files
committed
Feat: add loading dom prop
1 parent 6156e3b commit 47d108d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ReactDOM.res

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ module Props = {
291291
@optional
292292
list: string,
293293
@optional
294+
loading: string, /* "lazy", "eager" */,
295+
@optional
294296
loop: bool,
295297
@optional
296298
low: int,

0 commit comments

Comments
 (0)