index.js 181 B

123456
  1. import BpmnInteractionEvents from './BpmnInteractionEvents';
  2. export default {
  3. __init__: [ 'bpmnInteractionEvents' ],
  4. bpmnInteractionEvents: [ 'type', BpmnInteractionEvents ]
  5. };