package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | Auto.t
  2. | `fitContent
  3. | `maxContent
  4. | `minContent
  5. | Length.t
  6. | Var.t
  7. | Cascading.t
]
val toString : [< `auto | `calc of Length.calc_value | `ch of float | `cm of float | `cqb of float | `cqh of float | `cqi of float | `cqmax of float | `cqmin of float | `cqw of float | `em of float | `ex of float | `fitContent | `inch of float | `inherit_ | `initial | `max of Length.t array | `maxContent | `min of Length.t array | `minContent | `mm of float | `pc of float | `percent of float | `pt of int | `px of int | `pxFloat of float | `rem of float | `revert | `revertLayer | `unset | `var of string | `varDefault of string * string | `vh of float | `vmax of float | `vmin of float | `vw of float | `zero ] -> string
OCaml

Innovation. Community. Security.