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
]
val toString : [< `allPetiteCaps | `allSmallCaps | `normal | `petiteCaps | `smallCaps | `titlingCaps | `unicase ] -> string
OCaml

Innovation. Community. Security.