UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

10 lines (8 loc) 199 B
import ChangeSupport from './ChangeSupport.js'; /** * @type { import('didi').ModuleDeclaration } */ export default { __init__: [ 'changeSupport' ], changeSupport: [ 'type', ChangeSupport ] };