Skip to content

Commit afc443d

Browse files
authored
Add slot attribute to JsxDom props
1 parent 72d534a commit afc443d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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)