Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias FontVariantNumericProperty
import { type FontVariantNumericProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| "diagonal-fractions"
| "lining-nums"
| "normal"
| "oldstyle-nums"
| "ordinal"
| "proportional-nums"
| "slashed-zero"
| "stacked-fractions"
| "tabular-nums"
| string