UNPKG

567 BTypeScriptView Raw
1export { default as Shortcut, Props as ShortcutProps, useShortcut, } from './Shortcut';
2export { default as ShortcutProvider, Props as ProviderProps, } from './ShortcutProvider';
3export { default as ShortcutManager } from './ShortcutManager';
4export { default as Key, AlphabetKey, NumericKey, ModifierKey, HeldKey, WhiteSpaceKey, NavigationKey, EditingKey, UIKey, DeviceKey, IMEKey, FunctionKey, PhoneKey, MultimediaKey, AudioControlKey, TVControlKey, MediaControllerKey, SpeechRecognitionKey, DocumentKey, ApplicationSelectorKey, BrowserControlKey, } from './keys';