UNPKG

@blueprintjs/core

Version:

Core styles & components

7 lines (6 loc) 446 B
export { Hotkey, type HotkeyProps } from "./hotkey"; export { Hotkeys, type HotkeysProps } from "./hotkeys"; export { KeyComboTag, type KeyComboTagProps } from "./keyComboTag"; export { type KeyCombo, comboMatches, getKeyCombo, getKeyComboString, parseKeyCombo } from "./hotkeyParser"; export { HotkeysDialog2 } from "./hotkeysDialog2"; export { HotkeysTarget2, type HotkeysTarget2Props, type HotkeysTarget2RenderProps } from "./hotkeysTarget2";