UNPKG

639 BPlain TextView Raw
1export {default as Shortcut, Props as ShortcutProps} from './Shortcut';
2
3export {
4 default as ShortcutProvider,
5 Props as ProviderProps,
6 Context,
7 Provider as ContextProvider,
8} from './ShortcutProvider';
9
10export {default as ShortcutManager} from './ShortcutManager';
11export {
12 default as Key,
13 AlphabetKey,
14 NumericKey,
15 ModifierKey,
16 HeldKey,
17 WhiteSpaceKey,
18 NavigationKey,
19 EditingKey,
20 UIKey,
21 DeviceKey,
22 IMEKey,
23 FunctionKey,
24 PhoneKey,
25 MultimediaKey,
26 AudioControlKey,
27 TVControlKey,
28 MediaControllerKey,
29 SpeechRecognitionKey,
30 DocumentKey,
31 ApplicationSelectorKey,
32 BrowserControlKey,
33} from './keys';