Skip to main content
Go to Latest
type alias TextDecorationProperty
import { type TextDecorationProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| Color
| "auto"
| "blink"
| "dashed"
| "dotted"
| "double"
| "from-font"
| "grammar-error"
| "line-through"
| "none"
| "overline"
| "solid"
| "spelling-error"
| "underline"
| "wavy"
| string