Skip to content

Commit ef32529

Browse files
authored
Merge pull request #45 from LukasDeco/add-loading-dom-prop
Feat: add loading dom prop
2 parents 6156e3b + ed335a6 commit ef32529

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ReactDOM.res

+2
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ module Props = {
291291
@optional
292292
list: string,
293293
@optional
294+
loading: [#"lazy" | #eager],
295+
@optional
294296
loop: bool,
295297
@optional
296298
low: int,

0 commit comments

Comments
 (0)