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

12 lines
217 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import RulesModule from '../rules';
import AttachSupport from './AttachSupport';
export default {
__depends__: [
RulesModule
],
__init__: [ 'attachSupport' ],
attachSupport: [ 'type', AttachSupport ]
};