Skip to content

Commit 071b778

Browse files
committed
Use include instead of aliases (now i know)
1 parent 12e2638 commit 071b778

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/legacy/ReactDOMRe.res

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ This module is kept for ReScript react-jsx v3 compatibility
33
We removed all functionality that is not needed for JSX usage
44
**/
55

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
6+
include ReactDOM.Props
117

128
@bs.splice @bs.module("react")
139
external createDOMElementVariadic: (

0 commit comments

Comments
 (0)