UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

13 lines (10 loc) 293 B
import Keyboard from './Keyboard'; import KeyboardBindings from './KeyboardBindings'; /** * @type { import('didi').ModuleDeclaration } */ export default { __init__: [ 'keyboard', 'keyboardBindings' ], keyboard: [ 'type', Keyboard ], keyboardBindings: [ 'type', KeyboardBindings ] };