package styled-ppx

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Css_AtomicTypes.FontVariantCaps

type t = [
  1. | `allPetiteCaps
  2. | `allSmallCaps
  3. | `normal
  4. | `petiteCaps
  5. | `smallCaps
  6. | `titlingCaps
  7. | `unicase
]
val toString : t -> string