const KEYPRESS = { ENTER: 'enter', ESC: 'esc' }; Object.freeze(KEYPRESS); export default KEYPRESS;