Skip to content

Commit 37a59e1

Browse files
committed
Add slot prop
1 parent 4836f3c commit 37a59e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

runtime/JsxDOM.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ type domProps = {
533533
seed?: string,
534534
shapeRendering?: string,
535535
slope?: string,
536+
slot?: string,
536537
spacing?: string,
537538
specularConstant?: string,
538539
specularExponent?: string,

0 commit comments

Comments
 (0)