Skip to main content
Go to Latest
type alias TextDecorationSkipProperty
import { type TextDecorationSkipProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| "box-decoration"
| "edges"
| "leading-spaces"
| "none"
| "objects"
| "spaces"
| "trailing-spaces"
| string