UNPKG

react-hotkeys

Version:

A declarative library for handling hotkeys and focus within a React application

10 lines 599 B
export { default as HotKeys } from './HotKeys'; export { default as GlobalHotKeys } from './GlobalHotKeys'; export { default as IgnoreKeys } from './IgnoreKeys'; export { default as ObserveKeys } from './ObserveKeys'; export { default as withHotKeys } from './withHotKeys'; export { default as withIgnoreKeys } from './withIgnoreKeys'; export { default as withObserveKeys } from './withObserveKeys'; export { default as configure } from './configure'; export { default as getApplicationKeyMap } from './getApplicationKeyMap'; export { default as recordKeyCombination } from './recordKeyCombination';