@blueprintjs/core
Version:
Core styles & components
10 lines (9 loc) • 562 B
TypeScript
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";