UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

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