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,