UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

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