@syncfusion/ej2-diagrams
Version:
Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.
12 lines (11 loc) • 470 B
JavaScript
define(["require", "exports", "./diagram", "./overview", "./ruler", "./symbolpalette"], function (require, exports, diagram_1, overview_1, ruler_1, symbolpalette_1) {
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(diagram_1);
__export(overview_1);
__export(ruler_1);
__export(symbolpalette_1);
});