Type Alias TextDecoration<TLength>

TextDecoration:
    | Globals
    | Color
    | TLength
    | "auto"
    | "blink"
    | "dashed"
    | "dotted"
    | "double"
    | "from-font"
    | "grammar-error"
    | "line-through"
    | "none"
    | "overline"
    | "solid"
    | "spelling-error"
    | "underline"
    | "wavy"
    | string & {}

Type Parameters

  • TLength = string & {} | 0