jstd-web/node_modules/diagram-js/lib/features/keyboard/index.js

9 lines
238 B
JavaScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import Keyboard from './Keyboard';
import KeyboardBindings from './KeyboardBindings';
export default {
__init__: [ 'keyboard', 'keyboardBindings' ],
keyboard: [ 'type', Keyboard ],
keyboardBindings: [ 'type', KeyboardBindings ]
};