Bonsai_web.To_incr_domA wrapper to use Bonsai components in Incr_dom apps.
module type S = sig ... endval convert :
('input, Virtual_dom.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, Virtual_dom.Vdom.Node.t * 'extra) Bonsai_web__.Import.Bonsai.t ->
(module S
with type Extra.t = 'extra
and type Input.t = 'input)