Type alias TextDecoration<TLength>

TextDecoration<TLength>: 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

Generated using TypeDoc