@visactor/vrender-kits
Version:
```typescript import { xxx } from '@visactor/vrender-kits'; ```
16 lines (11 loc) • 681 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.richTextMathPickModule = void 0;
const vrender_core_1 = require("@visactor/vrender-core"), constants_1 = require("../constants"), image_picker_1 = require("./image-picker");
let loadRichTextPick = !1;
exports.richTextMathPickModule = new vrender_core_1.ContainerModule(((bind, unbind, isBound, rebind) => {
loadRichTextPick || (loadRichTextPick = !0, bind(constants_1.MathImagePicker).to(image_picker_1.DefaultMathImagePicker).inSingletonScope(),
bind(image_picker_1.DefaultMathImagePicker).toService(constants_1.MathImagePicker));
}));
//# sourceMappingURL=richtext-module.js.map