UNPKG

fastlion-amis

Version:

一种MIS页面生成工具

27 lines (26 loc) 937 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var mobx_1 = require("mobx"); var ModalStore = /** @class */ (function () { function ModalStore() { this.modalId = ''; } ModalStore.prototype.defineModalId = function (id) { this.modalId = id; }; tslib_1.__decorate([ mobx_1.observable, tslib_1.__metadata("design:type", Object) ], ModalStore.prototype, "modalId", void 0); tslib_1.__decorate([ mobx_1.action, tslib_1.__metadata("design:type", Function), tslib_1.__metadata("design:paramtypes", [String]), tslib_1.__metadata("design:returntype", void 0) ], ModalStore.prototype, "defineModalId", null); return ModalStore; }()); var modalStore = new ModalStore(); exports.default = modalStore; //# sourceMappingURL=./components/DragModal/modalStore.js.map