@visactor/vrender-components
Version:
components library for dp visualization
15 lines (10 loc) • 387 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.loadLinkPathComponent = void 0;
const vrender_kits_1 = require("@visactor/vrender-kits");
function loadLinkPathComponent() {
(0, vrender_kits_1.registerGroup)(), (0, vrender_kits_1.registerPath)();
}
exports.loadLinkPathComponent = loadLinkPathComponent;
//# sourceMappingURL=register.js.map