We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1959c4c commit bf2d59dCopy full SHA for bf2d59d
src/legacy/ReactDOMRe.res
@@ -2,8 +2,9 @@
2
This module is kept for ReScript react-jsx v3 compatibility
3
We removed all functionality that is not needed for JSX usage
4
**/
5
-@variadic
6
-@module("react")
+include ReactDOM_V3.Props
+
7
+@variadic @module("react")
8
external createDOMElementVariadic: (
9
string,
10
~props: ReactDOM_V3.domProps=?,
0 commit comments