UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

11 lines (8 loc) 192 B
import LabelSupport from './LabelSupport'; /** * @type { import('didi').ModuleDeclaration } */ export default { __init__: [ 'labelSupport' ], labelSupport: [ 'type', LabelSupport ] };