Skip to main content
Go to Latest
type alias TextDecorationLineProperty
import { type TextDecorationLineProperty } from "https://deno.land/std@0.39.0/types/react/csstype.d.ts";
definition:
| "blink"
| "grammar-error"
| "line-through"
| "none"
| "overline"
| "spelling-error"
| "underline"
| string