UNPKG

vmes-flowable

Version:

ceshibao

12 lines (9 loc) 216 B
import DraggingModule from '../dragging'; import ToolManager from './ToolManager'; export default { __depends__: [ DraggingModule ], __init__: [ 'toolManager' ], toolManager: [ 'type', ToolManager ] };