Module Byo_toplayer.Controls

type t = {
  1. open_ : unit Bonsai_web.Effect.t Bonsai_web.Bonsai.t;
  2. close : unit Bonsai_web.Effect.t Bonsai_web.Bonsai.t;
  3. is_open : bool Bonsai_web.Bonsai.t;
}