Skip to main content
Go to Latest
type alias FontVariantCapsProperty
import { type FontVariantCapsProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| "all-petite-caps"
| "all-small-caps"
| "normal"
| "petite-caps"
| "small-caps"
| "titling-caps"
| "unicase"