1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
(** @canonical React.Core *)
module Core = React__Core
(** @canonical React.Dom *)
module Dom = React__Dom
(** @canonical React.Dom_aria_attributes *)
module Dom_aria_attributes = React__Dom_aria_attributes
(** @canonical React.Dom_dsl_core *)
module Dom_dsl_core = React__Dom_dsl_core
(** @canonical React.Dom_html *)
module Dom_html = React__Dom_html
(** @canonical React.Dom_svg *)
module Dom_svg = React__Dom_svg
(** @canonical React.Event *)
module Event = React__Event
(** @canonical React.Hooks *)
module Hooks = React__Hooks
(** @canonical React.Imports *)
module Imports = React__Imports
(** @canonical React.Router *)
module Router = React__Router