@blueprintjs/core
Version:
Core styles & components
7 lines (6 loc) • 416 B
TypeScript
export { Hotkey, HotkeyProps } from "./hotkey";
export { Hotkeys, HotkeysProps } from "./hotkeys";
export { KeyComboTag, KeyComboTagProps } from "./keyComboTag";
export { KeyCombo, comboMatches, getKeyCombo, getKeyComboString, parseKeyCombo } from "./hotkeyParser";
export { HotkeysDialog2 } from "./hotkeysDialog2";
export { HotkeysTarget2, HotkeysTarget2Props, HotkeysTarget2RenderProps } from "./hotkeysTarget2";