val text : Base.string ‑> t
val a : node_creator
val body : node_creator
val button : node_creator
val div : node_creator
val h1 : node_creator
val h2 : node_creator
val h3 : node_creator
val h4 : node_creator
val h5 : node_creator
val header : node_creator
val html : node_creator
val input : node_creator
val textarea : node_creator
val select : node_creator
val option : node_creator
val label : node_creator
val li : node_creator
val p : node_creator
val section : node_creator
val span : node_creator
val strong : node_creator
val table : node_creator
val tbody : node_creator
val td : node_creator
val th : node_creator
val thead : node_creator
val tr : node_creator
val ul : node_creator
val create : Base.string ‑> ?key:Base.string ‑> Virtual_dom__.Attr.t Base.list ‑> t Base.list ‑> t
key
is used by Virtual_dom as a hint during diffing/patching
val svg : Base.string ‑> ?key:Base.string ‑> Virtual_dom__.Attr.t Base.list ‑> t Base.list ‑> t
val to_dom : t ‑> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
val widget : ?destroy:('s ‑> Js_of_ocaml.Dom_html.#element as e Js_of_ocaml.Js.t ‑> Base.unit) ‑> ?update:('s ‑> 'e Js_of_ocaml.Js.t ‑> 's * 'e Js_of_ocaml.Js.t) ‑> id:('s * 'e Js_of_ocaml.Js.t) Base.Type_equal.Id.t ‑> init:(Base.unit ‑> 's * 'e Js_of_ocaml.Js.t) ‑> Base.unit ‑> t
module Lazy : sig ... end
module Patch : sig ... end