diagram-js
Version:
A toolbox for displaying and modifying diagrams on the web
14 lines • 653 B
TypeScript
declare const _default: {
bendpoints: (string | typeof Bendpoints)[];
bendpointMove: (string | typeof BendpointMove)[];
bendpointMovePreview: (string | typeof BendpointMovePreview)[];
connectionSegmentMove: (string | typeof ConnectionSegmentMove)[];
bendpointSnapping: (string | typeof BendpointSnapping)[];
};
export default _default;
import Bendpoints from './Bendpoints.js';
import BendpointMove from './BendpointMove.js';
import BendpointMovePreview from './BendpointMovePreview.js';
import ConnectionSegmentMove from './ConnectionSegmentMove.js';
import BendpointSnapping from './BendpointSnapping.js';
//# sourceMappingURL=index.d.ts.map