mt-ui-components-vue3
Version:
玛果添实UI组件库(Vue3)
15 lines (14 loc) • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StatusType = void 0;
var StatusType;
exports.StatusType = StatusType;
(function (StatusType) {
StatusType["error"] = "#F76F5D";
StatusType["success"] = "#24B276";
StatusType["warn"] = "#E7AD56";
StatusType["default"] = "#E0E0E0";
StatusType["processing"] = "#4293FF";
})(StatusType || (exports.StatusType = StatusType = {}));