@visactor/vrender-kits
Version:
```typescript import { xxx } from '@visactor/vrender-kits'; ```
16 lines (11 loc) • 684 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.circleCanvasPickModule = void 0;
const vrender_core_1 = require("@visactor/vrender-core"), constants_1 = require("../constants"), circle_picker_1 = require("./circle-picker");
let loadCirclePick = !1;
exports.circleCanvasPickModule = new vrender_core_1.ContainerModule(((bind, unbind, isBound, rebind) => {
loadCirclePick || (loadCirclePick = !0, bind(constants_1.CanvasCirclePicker).to(circle_picker_1.DefaultCanvasCirclePicker).inSingletonScope(),
bind(constants_1.CanvasPickerContribution).toService(constants_1.CanvasCirclePicker));
}));
//# sourceMappingURL=circle-module.js.map