Skip to main content
Go to Latest
type alias TextEmphasisProperty
import { type TextEmphasisProperty } from "https://deno.land/std@0.39.0/types/react/csstype.d.ts";
definition:
| Color
| "circle"
| "dot"
| "double-circle"
| "filled"
| "none"
| "open"
| "sesame"
| "triangle"
| string