UNPKG

@blueprintjs/core

Version:
10 lines (9 loc) 562 B
export * from "./hotkeysTypes"; export * from "./hotkeys"; export { Hotkey, IHotkeyProps } from "./hotkey"; export { KeyCombo, IKeyComboProps } from "./keyCombo"; export { HotkeysTarget, IHotkeysTargetComponent } from "./hotkeysTarget"; export { IKeyCombo, comboMatches, getKeyCombo, getKeyComboString, parseKeyCombo } from "./hotkeyParser"; export { IHotkeysDialogProps, hideHotkeysDialog, setHotkeysDialogProps } from "./hotkeysDialog"; export { HotkeysDialog2 } from "./hotkeysDialog2"; export { HotkeysTarget2, HotkeysTarget2Props } from "./hotkeysTarget2";