package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `normal
  2. | `smallCaps
  3. | `allSmallCaps
  4. | `petiteCaps
  5. | `allPetiteCaps
  6. | `unicase
  7. | `titlingCaps
  8. | Var.t
  9. | Cascading.t
]
val toString : [< `allPetiteCaps | `allSmallCaps | `inherit_ | `initial | `normal | `petiteCaps | `revert | `revertLayer | `smallCaps | `titlingCaps | `unicase | `unset | `var of string | `varDefault of string * string ] -> string
OCaml

Innovation. Community. Security.