bpmn-js/lib/features/keyboard/index.js

12 lines
257 B
JavaScript
Raw Normal View History

import KeyboardModule from 'diagram-js/lib/features/keyboard';
import BpmnKeyBindings from './BpmnKeyBindings';
export default {
__depends__: [
KeyboardModule
],
__init__: [ 'bpmnKeyBindings' ],
bpmnKeyBindings: [ 'type', BpmnKeyBindings ]
};