UNPKG
react-mdl-portal-menu
Version:
latest (1.0.1)
1.0.1
1.0.0
React MDL Portal Menu Component
hribb.github.io/react-mdl-portal-menu/
HriBB/react-mdl-portal-menu
react-mdl-portal-menu
/
lib
/
keycodes.js
12 lines
(11 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
ENTER
:
13
,
ESCAPE
:
27
,
SPACE
:
32
,
UP
:
38
,
DOWN
:
40
};