UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

14 lines (13 loc) 603 B
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'; import BendpointMove from './BendpointMove'; import BendpointMovePreview from './BendpointMovePreview'; import ConnectionSegmentMove from './ConnectionSegmentMove'; import BendpointSnapping from './BendpointSnapping';