File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,21 +105,21 @@ module Fragment = {
105
105
type props <'children > = {key ?: string , children : 'children }
106
106
107
107
@module ("react" )
108
- external make : component <props <'children >> => element = "Fragment"
108
+ external make : component <props <'children >> = "Fragment"
109
109
}
110
110
111
111
module StrictMode = {
112
112
type props <'children > = {key ?: string , children : 'children }
113
113
114
114
@module ("react" )
115
- external make : component <props <'children >> => element = "StrictMode"
115
+ external make : component <props <'children >> = "StrictMode"
116
116
}
117
117
118
118
module Suspense = {
119
119
type props <'children , 'fallback > = {key ?: string , children ?: 'children , fallback ?: 'fallback }
120
120
121
121
@module ("react" )
122
- external make : component <props <'children , 'fallback >> => element = "Suspense"
122
+ external make : component <props <'children , 'fallback >> = "Suspense"
123
123
}
124
124
125
125
module Experimental = {
@@ -134,7 +134,7 @@ module Experimental = {
134
134
}
135
135
136
136
@module ("react" )
137
- external make : component <props <'children , 'revealOrder , 'tail >> => element = "SuspenseList"
137
+ external make : component <props <'children , 'revealOrder , 'tail >> = "SuspenseList"
138
138
}
139
139
}
140
140
You can’t perform that action at this time.
0 commit comments