bpmn-js/lib/features/interaction-events/index.js

6 lines
181 B
JavaScript

import BpmnInteractionEvents from './BpmnInteractionEvents';
export default {
__init__: [ 'bpmnInteractionEvents' ],
bpmnInteractionEvents: [ 'type', BpmnInteractionEvents ]
};