package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `baseline
  2. | `sub
  3. | `super
  4. | `top
  5. | `textTop
  6. | `middle
  7. | `bottom
  8. | `textBottom
  9. | Length.t
  10. | Var.t
  11. | Cascading.t
]
val toString : [< `baseline | `bottom | `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 | `inch of float | `inherit_ | `initial | `max of Length.t array | `middle | `min of Length.t array | `mm of float | `pc of float | `percent of float | `pt of int | `px of int | `pxFloat of float | `rem of float | `revert | `revertLayer | `sub | `super | `textBottom | `textTop | `top | `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.