UNPKG

580 BTypeScriptView Raw
1export * from "./hotkeysTypes";
2export * from "./hotkeys";
3export { Hotkey, IHotkeyProps } from "./hotkey";
4export { KeyCombo, KeyComboTagProps, IKeyComboProps } from "./keyCombo";
5export { HotkeysTarget, IHotkeysTargetComponent } from "./hotkeysTarget";
6export { IKeyCombo, comboMatches, getKeyCombo, getKeyComboString, parseKeyCombo } from "./hotkeyParser";
7export { IHotkeysDialogProps, hideHotkeysDialog, setHotkeysDialogProps } from "./hotkeysDialog";
8export { HotkeysDialog2 } from "./hotkeysDialog2";
9export { HotkeysTarget2, HotkeysTarget2Props } from "./hotkeysTarget2";