diagram-js
Version:
A toolbox for displaying and modifying diagrams on the web
10 lines • 401 B
TypeScript
declare const _default: {
selection: (string | typeof Selection)[];
selectionVisuals: (string | typeof SelectionVisuals)[];
selectionBehavior: (string | typeof SelectionBehavior)[];
};
export default _default;
import Selection from './Selection.js';
import SelectionVisuals from './SelectionVisuals.js';
import SelectionBehavior from './SelectionBehavior.js';
//# sourceMappingURL=index.d.ts.map