index.js 238 B

12345678
  1. import Keyboard from './Keyboard';
  2. import KeyboardBindings from './KeyboardBindings';
  3. export default {
  4. __init__: [ 'keyboard', 'keyboardBindings' ],
  5. keyboard: [ 'type', Keyboard ],
  6. keyboardBindings: [ 'type', KeyboardBindings ]
  7. };