MCPcopy Create free account
hub / github.com/fontsource/fontsource / ActiveVariants

Interface ActiveVariants

website/app/components/preview/InstallCode.tsx:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31interface ActiveVariants {
32 axes: Record<string, boolean>;
33 display: string;
34 subsets: string[];
35 ital?: boolean;
36}
37
38interface InstallCodeProps {
39 metadata: Metadata;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected