UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

8 lines (7 loc) 187 B
module.exports = { __depends__: [ require('diagram-js/lib/features/keyboard') ], __init__: [ 'bpmnKeyBindings' ], bpmnKeyBindings: [ 'type', require('./BpmnKeyBindings') ] };