jstd-web/node_modules/bpmn-js/lib/features/interaction-events/index.js

6 lines
181 B
JavaScript
Raw Normal View History

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