hongluan-ui
Version:
Hongluan Component Library for Vue 3
11 lines (7 loc) • 370 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const COMPONENT_SIZES = ["xxxs", "xxs", "xs", "sm", "md", "lg", "xl", "xxl", "xxxl"];
const COMPONENT_TYPES = ["link", "primary", "success", "danger", "warning", "info"];
exports.COMPONENT_SIZES = COMPONENT_SIZES;
exports.COMPONENT_TYPES = COMPONENT_TYPES;
//# sourceMappingURL=size.js.map