UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

16 lines (12 loc) 283 B
import DraggingModule from '../dragging/index.js'; import ToolManager from './ToolManager.js'; /** * @type { import('didi').ModuleDeclaration } */ export default { __depends__: [ DraggingModule ], __init__: [ 'toolManager' ], toolManager: [ 'type', ToolManager ] };