UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

16 lines (13 loc) 295 B
import HoverFixModule from '../hover-fix'; import SelectionModule from '../selection'; import Dragging from './Dragging'; /** * @type { import('didi').ModuleDeclaration } */ export default { __depends__: [ HoverFixModule, SelectionModule, ], dragging: [ 'type', Dragging ], };