Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fontsource/fontsource
/ AxisOptions
Interface
AxisOptions
packages/cli/src/types.ts:19–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
interface
AxisOptions {
20
default: string;
21
min: string;
22
max: string;
23
step: string;
24
}
25
26
export
type
Axes = Record<string, AxisOptions>;
27
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected