package incr_dom

  1. Overview
  2. Docs
val start_bonsai : ?debug:bool -> ?stop:unit Async_kernel.Deferred.t -> ?named_logging_filters:(string * ('action -> bool)) list -> bind_to_element_with_id:string -> initial_model:'model -> (module App_intf.Private.S_for_bonsai with type Action.t = 'action and type Model.t = 'model) -> unit