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 12e2638 commit 071b778Copy full SHA for 071b778
src/legacy/ReactDOMRe.res
@@ -3,11 +3,7 @@ This module is kept for ReScript react-jsx v3 compatibility
3
We removed all functionality that is not needed for JSX usage
4
**/
5
6
-type props = ReactDOM.Props.props
7
-type domProps = ReactDOM.Props.domProps
8
-
9
-let props = ReactDOM.Props.props
10
-let domProps = ReactDOM.Props.domProps
+include ReactDOM.Props
11
12
@bs.splice @bs.module("react")
13
external createDOMElementVariadic: (
0 commit comments