Module Bonsai_web_ui_view.Expert

val default_theme : Theme.t
val override_theme : Theme.t -> f: ((module Bonsai_web_ui_view__.Underlying_intf.S) -> (module Bonsai_web_ui_view__.Underlying_intf.S)) -> Theme.t
val override_constants : Theme.t -> f:(Constants.t -> Constants.t) -> Theme.t

This function allows the caller to build a new theme based on a theme.

val override_theme_for_computation : f: ((module Bonsai_web_ui_view__.Underlying_intf.S) -> (module Bonsai_web_ui_view__.Underlying_intf.S)) -> (Bonsai.graph @ local -> 'a Bonsai.t) -> Bonsai.graph @ local -> 'a Bonsai.t

override_current_theme_temporarily allows the full extension of the current theme, installing this theme for the given computation.

val set_dark_class_on_html : Virtual_dom.Vdom.Attr.t
module For_codemirror : sig ... end
module Form_context : sig ... end