mh-rn-component
Version:
25 lines (21 loc) • 536 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ButtonType = void 0;
/**
* 按钮类型背景颜色的type
*/
let ButtonType;
/**
* Field ref的ts类型
*/
exports.ButtonType = ButtonType;
(function (ButtonType) {
ButtonType["default"] = "#ffffff";
ButtonType["primary"] = "#1989fa";
ButtonType["success"] = "#07c160";
ButtonType["warning"] = "#ee0a24";
ButtonType["danger"] = "#ff976a";
})(ButtonType || (exports.ButtonType = ButtonType = {}));
//# sourceMappingURL=types.js.map