Files
vercel_dashboard_example/.pnpm-store/v11/files/33/8680859e79fa2490d7d4f795c077765776e760ef2dc7e58eba561055c2ce47e5686613b3e721c11a79c1e68e4a8bbfa0eb79eca6ba9bfa0e2e865e062e5e9f
T
2026-05-12 14:53:15 +00:00

16 lines
365 B
Plaintext

type GoogleFontsMetadata = {
[fontFamily: string]: {
weights: string[];
styles: string[];
subsets: string[];
axes?: Array<{
tag: string;
min: number;
max: number;
defaultValue: number;
}>;
};
};
export declare const googleFontsMetadata: GoogleFontsMetadata;
export {};