UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

15 lines (12 loc) 271 B
import RulesModule from '../rules'; import AttachSupport from './AttachSupport'; /** * @type { import('didi').ModuleDeclaration } */ export default { __depends__: [ RulesModule ], __init__: [ 'attachSupport' ], attachSupport: [ 'type', AttachSupport ] };