UNPKG
@ysmood/material-ui
Version:
latest (0.8.1)
0.8.1
0.8.0
Material Design UI components built with React
material-ui.com
callemall/material-ui
@ysmood/material-ui
/
src
/
utils
/
key-code.js
10 lines
•
113 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
{
DOWN:
40
,
ESC:
27
,
ENTER:
13
,
LEFT:
37
,
RIGHT:
39
,
SPACE:
32
,
TAB:
9
,
UP:
38
}