@@ -7,17 +7,17 @@ module Select = {
7
7
}
8
8
@obj
9
9
external makeProps: (
10
- ~model: module(T with type t = 'type-a and type key = 'type-key),
11
- ~selected: option<'type-key>,
12
- ~onChange: option<'type-key> => unit,
13
- ~items: array<'type-a>,
10
+ ~model: module(T with type t = '\" type-a" and type key = '\" type-key" ),
11
+ ~selected: option<'\" type-key" >,
12
+ ~onChange: option<'\" type-key" > => unit,
13
+ ~items: array<'\" type-a" >,
14
14
~key: string=?,
15
15
unit,
16
16
) => {
17
- "model": module(T with type t = 'type-a and type key = 'type-key),
18
- "selected": option<'type-key>,
19
- "onChange": option<'type-key> => unit,
20
- "items": array<'type-a>,
17
+ "model": module(T with type t = '\" type-a" and type key = '\" type-key" ),
18
+ "selected": option<'\" type-key" >,
19
+ "onChange": option<'\" type-key" > => unit,
20
+ "items": array<'\" type-a" >,
21
21
} = ""
22
22
23
23
@react.component
@@ -32,21 +32,21 @@ module Select = {
32
32
ReactDOMRe.createDOMElementVariadic("div", [])
33
33
}
34
34
let make = {
35
- let FirstClassModules$Select = (
36
- Props: {
37
- "model": module(T with type t = 'type-a and type key = 'type-key),
38
- "selected": option<'type-key>,
39
- "onChange": option<'type-key> => unit,
40
- "items": array<'type-a>,
35
+ let \" FirstClassModules$Select" = (
36
+ \" Props" : {
37
+ "model": module(T with type t = '\" type-a" and type key = '\" type-key" ),
38
+ "selected": option<'\" type-key" >,
39
+ "onChange": option<'\" type-key" > => unit,
40
+ "items": array<'\" type-a" >,
41
41
},
42
42
) =>
43
43
make(
44
- ~items=Props["items"],
45
- ~onChange=Props["onChange"],
46
- ~selected=Props["selected"],
47
- ~model=Props["model"],
44
+ ~items=\" Props" ["items"],
45
+ ~onChange=\" Props" ["onChange"],
46
+ ~selected=\" Props" ["selected"],
47
+ ~model=\" Props" ["model"],
48
48
)
49
- FirstClassModules$Select
49
+ \" FirstClassModules$Select"
50
50
}
51
51
}
52
52
@@ -77,9 +77,9 @@ module Select = {
77
77
ReactDOM.createDOMElementVariadic("div", [])
78
78
}
79
79
let make = {
80
- let FirstClassModules$Select = (props: props<_>) => make(props)
80
+ let \" FirstClassModules$Select" = (props: props<_>) => make(props)
81
81
82
- FirstClassModules$Select
82
+ \" FirstClassModules$Select"
83
83
}
84
84
}
85
85
0 commit comments