Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias FontVariantLigaturesProperty
import { type FontVariantLigaturesProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| "common-ligatures"
| "contextual"
| "discretionary-ligatures"
| "historical-ligatures"
| "no-common-ligatures"
| "no-contextual"
| "no-discretionary-ligatures"
| "no-historical-ligatures"
| "none"
| "normal"
| string