Type Alias TextDecoration

TextDecoration:
    | "none"
    | "underline"
    | "overline"
    | "line-through"