UNPKG

hongluan-ui

Version:
5 lines (4 loc) 353 B
export declare const COMPONENT_SIZES: readonly ["xxxs", "xxs", "xs", "sm", "md", "lg", "xl", "xxl", "xxxl"]; export declare const COMPONENT_TYPES: readonly ["link", "primary", "success", "danger", "warning", "info"]; export declare type ComponentSize = typeof COMPONENT_SIZES[number]; export declare type ComponentType = typeof COMPONENT_TYPES[number];