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