Created
March 20, 2017 10:01
-
-
Save VovanR/b2646f352f7c998ad1a13ac1c50ec508 to your computer and use it in GitHub Desktop.
KEY_CODES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const KEY_CODES = { | |
BACKSPACE: 8, | |
DELETE: 46, | |
}; | |
export default KEY_CODES; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment