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

Interface AxisRegistry

website/app/utils/types.ts:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42export interface AxisRegistry {
43 name: string;
44 tag: string;
45 description: string;
46 default: number;
47 min: number;
48 max: number;
49 precision: number;
50}
51
52export type AxisRegistryAll = Record<string, Omit<AxisRegistry, 'tag'>>;
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected