UNPKG

hongluan-ui

Version:
11 lines (7 loc) 370 B
'use strict'; 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