mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-18 04:51:10 +00:00
6 lines
181 B
JavaScript
6 lines
181 B
JavaScript
|
import BpmnInteractionEvents from './BpmnInteractionEvents';
|
||
|
|
||
|
export default {
|
||
|
__init__: [ 'bpmnInteractionEvents' ],
|
||
|
bpmnInteractionEvents: [ 'type', BpmnInteractionEvents ]
|
||
|
};
|