package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Fg_bg : sig ... end
module Intent : sig ... end
module Font_style : sig ... end
module Font_size : sig ... end
module Table : sig ... end
module Form : sig ... end
type t = {
  1. primary : Fg_bg.t;
  2. extreme : Fg_bg.t;
  3. extreme_primary_border : Css_gen.Color.t;
  4. intent : Intent.colors;
  5. table : Table.t;
  6. form : Form.t;
  7. small_font_size : Css_gen.Length.t;
  8. large_font_size : Css_gen.Length.t;
  9. is_dark : bool;
}
module Card_title_kind : sig ... end
OCaml

Innovation. Community. Security.