@sphereon/ui-components.core
Version:
SSI UI components Core
8 lines (7 loc) • 684 B
TypeScript
export type FontSize = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 64;
export declare const fontSize: Record<FontSize, number>;
export type LineHeight = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 64;
export declare const lineHeight: Record<LineHeight, number>;
export type FontWeight = 'normal' | 'bold' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
export declare const fontWeight: Record<FontWeight, FontWeight>;
export type FontStyle = 'h0SemiBold' | 'h1Regular' | 'h1SemiBold' | 'h2Regular' | 'h2SemiBold' | 'h3Regular' | 'h3SemiBold' | 'h4Regular' | 'h4SemiBold' | 'h5Regular' | 'h5SemiBold' | 'h6' | 'h7Regular' | 'h7SemiBold' | 'Regular64';