Skip to main content
Go to Latest
type alias DominantBaselineProperty
import { type DominantBaselineProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| "alphabetic"
| "auto"
| "central"
| "hanging"
| "ideographic"
| "mathematical"
| "middle"
| "no-change"
| "reset-size"
| "text-after-edge"
| "text-before-edge"
| "use-script"