Virtual_dom_tyxmlSourcemodule type XML =
Xml_sigs.T
with type uri = string
and type event_handler =
Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t ->
unit Virtual_dom.Vdom.Effect.t
and type mouse_event_handler =
Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t ->
unit Virtual_dom.Vdom.Effect.t
and type touch_event_handler =
Js_of_ocaml.Dom_html.touchEvent Js_of_ocaml.Js.t ->
unit Virtual_dom.Vdom.Effect.t
and type keyboard_event_handler =
Js_of_ocaml.Dom_html.keyboardEvent Js_of_ocaml.Js.t ->
unit Virtual_dom.Vdom.Effect.t
and type elt = Virtual_dom.Vdom.Node.t