UNPKG

vinyl-component-blocks

Version:

Modular, Reusable, and Styled UI Component Library. Stop repeating work, install, call, use, modify.

8 lines 241 B
export type ComponentSize = 'default' | 'large' | 'small'; export declare const sidePaddings: { [key in ComponentSize]: number; }; export declare const heights: { [key in ComponentSize]: number; }; //# sourceMappingURL=sizes.d.ts.map