UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

15 lines (12 loc) 287 B
import KeyboardModule from '../../features/keyboard'; import KeyboardMove from './KeyboardMove'; /** * @type { import('didi').ModuleDeclaration } */ export default { __depends__: [ KeyboardModule ], __init__: [ 'keyboardMove' ], keyboardMove: [ 'type', KeyboardMove ] };