Module type Bonsai_web__To_incr_dom_intf.To_incr_dom

module type S = S
val convert : ('inputBonsai_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 : ('inputBonsai_web__.Import.Vdom.Node.t * 'extra) Bonsai_web__.Import.Bonsai.t -> (module S with type Extra.t = 'extra and type Input.t = 'input)