UNPKG

react-hotkeys

Version:

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

10 lines 176 B
/** * Enum for index values for KeyEvents * @readonly * @enum {number} */ var KeyEventSequenceIndex = { previous: 0, current: 1 }; export default KeyEventSequenceIndex;