UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

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