UNPKG
@nacho-ui/search
Version:
latest (0.0.37)
0.0.37
0.0.34
0.0.33
0.0.30
0.0.29
0.0.21
0.0.19
0.0.18
0.0.16
0.0.15
0.0.14
0.0.5
0.0.4
0.0.2
Provides components and macro components related to search.
@nacho-ui/search
/
constants
/
keyboard.d.ts
11 lines
(10 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
enum
Keyboard
{
Escape
=
27
,
ArrowLeft
=
37
,
ArrowUp
=
38
,
ArrowRight
=
39
,
ArrowDown
=
40
,
Tab
=
9
,
Enter
=
13
,
Slash
=
191
}