UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

9 lines (7 loc) 162 B
import CommandStack from './CommandStack.js'; /** * @type { import('didi').ModuleDeclaration } */ export default { commandStack: [ 'type', CommandStack ] };