File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,6 @@ external cloneElement: (element, 'props) => element = "cloneElement"
25
25
external createElementVariadic : (component <'props >, 'props , array <element >) => element =
26
26
"createElement"
27
27
28
- @module ("react" ) @deprecated ("Please use JSX syntax directly." )
29
- external jsxKeyed : (component <'props >, 'props , string ) => element = "jsx"
30
-
31
- @module ("react" ) @deprecated ("Please use JSX syntax directly." )
32
- external jsx : (component <'props >, 'props ) => element = "jsx"
33
-
34
- @module ("react" ) @deprecated ("Please use JSX syntax directly." )
35
- external jsxs : (component <'props >, 'props ) => element = "jsxs"
36
-
37
- @module ("react" ) @deprecated ("Please use JSX syntax directly." )
38
- external jsxsKeyed : (component <'props >, 'props , string ) => element = "jsxs"
39
-
40
28
type ref <'value > = {mutable current : 'value }
41
29
42
30
module Ref = {
You can’t perform that action at this time.
0 commit comments