@xypnox/themescura
Version:
A design system and theme engine toolkit
12 lines (11 loc) • 346 B
TypeScript
export declare const defaultTypeScale: {
minWidth: number;
maxWidth: number;
minFontSize: number;
maxFontSize: number;
minTypeScale: number;
maxTypeScale: number;
negativeSteps: number;
positiveSteps: number;
};
export declare const typeScale: (params: Partial<typeof defaultTypeScale>) => Record<string, string>;