UNPKG

@aesthetic/system

Version:

Web based building blocks for the Aesthetic design system.

13 lines 764 B
import { BorderSize, BreakpointSize, ColorShade, CommonSize, ElevationType, HeadingLevel, HeadingSize, PaletteType, ShadowSize, SpacingSize, TextSize } from './types'; export declare const BORDER_SIZES: BorderSize[]; export declare const BREAKPOINT_SIZES: BreakpointSize[]; export declare const DEPTHS: Record<ElevationType, number>; export declare const SIZES: CommonSize[]; export declare const HEADING_LEVELS: HeadingLevel[]; export declare const HEADING_SIZES: HeadingSize[]; export declare const PALETTE_TYPES: PaletteType[]; export declare const SHADE_RANGES: ColorShade[]; export declare const SHADOW_SIZES: ShadowSize[]; export declare const SPACING_SIZES: SpacingSize[]; export declare const TEXT_SIZES: TextSize[]; //# sourceMappingURL=constants.d.ts.map