Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias TextDecorationLineProperty
import { type TextDecorationLineProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| "blink"
| "grammar-error"
| "line-through"
| "none"
| "overline"
| "spelling-error"
| "underline"
| string