diagram-js
Version:
A toolbox for displaying and modifying diagrams on the web
13 lines (10 loc) • 299 B
JavaScript
import Keyboard from './Keyboard.js';
import KeyboardBindings from './KeyboardBindings.js';
/**
* @type { import('didi').ModuleDeclaration }
*/
export default {
__init__: [ 'keyboard', 'keyboardBindings' ],
keyboard: [ 'type', Keyboard ],
keyboardBindings: [ 'type', KeyboardBindings ]
};