Module Bonsai_proc.Toggle

type t = {
  1. state : bool;
  2. set_state : bool -> unit Effect.t;
  3. toggle : unit Effect.t;
}