hongluan-business-ui
Version:
Hongluan Business Component Library for Vue 3
13 lines (9 loc) • 415 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const PREFIX = "Hb";
const COMPONENT_SIZE = ["xxxs", "xxs", "xs", "sm", "md", "lg", "xl", "xxl", "xxxl"];
const COMPONENT_TYPE = ["link", "primary", "success", "danger", "warning", "info"];
exports.COMPONENT_SIZE = COMPONENT_SIZE;
exports.COMPONENT_TYPE = COMPONENT_TYPE;
exports.PREFIX = PREFIX;
//# sourceMappingURL=constants.js.map