From afc443da951db51e98932227d0a3d898c0e35e0e Mon Sep 17 00:00:00 2001 From: Sebastian <4062679+hellos3b@users.noreply.github.com> Date: Tue, 22 Apr 2025 13:24:37 -0700 Subject: [PATCH] Add slot attribute to JsxDom props --- runtime/JsxDOM.res | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/JsxDOM.res b/runtime/JsxDOM.res index fed523b074..a02636718e 100644 --- a/runtime/JsxDOM.res +++ b/runtime/JsxDOM.res @@ -533,6 +533,7 @@ type domProps = { seed?: string, shapeRendering?: string, slope?: string, + slot?: string, spacing?: string, specularConstant?: string, specularExponent?: string,