jstd-web/node_modules/diagram-js/lib/command/index.js

6 lines
105 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import CommandStack from './CommandStack';
export default {
commandStack: [ 'type', CommandStack ]
};