package ocaml-js-stdlib

  1. Overview
  2. Docs
type button
val button : text:string -> click:(unit -> unit) -> unit -> button
type settings
val settings : ?modal:bool -> ?title:string -> ?buttons:button list -> unit -> settings