Module Bonsai_web.To_incr_dom
module type S = Bonsai_web__.To_incr_dom_intf.S
val convert : ('input, Bonsai_web__.Import.Vdom.Node.t) Bonsai_web__.Import.Bonsai.t -> (module S with type Extra.t = unit and type Input.t = 'input)
val convert_with_extra : ('input, Bonsai_web__.Import.Vdom.Node.t * 'extra) Bonsai_web__.Import.Bonsai.t -> (module S with type Extra.t = 'extra and type Input.t = 'input)