UNPKG

mt-ui-components-vue3

Version:

玛果添实UI组件库(Vue3)

19 lines (18 loc) 505 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TypeEnum = exports.ModelEnum = void 0; require("vue"); var TypeEnum; exports.TypeEnum = TypeEnum; (function (TypeEnum) { TypeEnum["TREE"] = "TREE"; TypeEnum["PAGE"] = "PAGE"; })(TypeEnum || (exports.TypeEnum = TypeEnum = {})); var ModelEnum; exports.ModelEnum = ModelEnum; (function (ModelEnum) { ModelEnum["TABLE"] = "TABLE"; ModelEnum["CARD"] = "CARD"; })(ModelEnum || (exports.ModelEnum = ModelEnum = {}));