UNPKG

@blueprintjs/core

Version:

Core styles & components

6 lines (5 loc) 466 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 { HotkeysTarget, type HotkeysTargetProps, type HotkeysTargetRenderProps, HotkeysTarget2, type HotkeysTarget2Props, type HotkeysTarget2RenderProps, } from "./hotkeysTarget";