UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

12 lines (9 loc) 274 B
import KeyboardModule from 'diagram-js/lib/features/keyboard'; import BpmnKeyboardBindings from './BpmnKeyboardBindings'; export default { __depends__: [ KeyboardModule ], __init__: [ 'keyboardBindings' ], keyboardBindings: [ 'type', BpmnKeyboardBindings ] };