jstd-web/node_modules/diagram-js/lib/features/change-support/index.js

6 lines
141 B
JavaScript
Raw Normal View History

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