UNPKG
@2e32/react-select
Version:
latest (1.0.1)
1.0.1
A React select component
github.com/2e32/react-select
2e32/react-select
@2e32/react-select
/
dist
/
js
/
types
/
consts.d.ts
7 lines
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
KEYBOARD_CODE
: {
ENTER
:
string
;
NUM_ENTER
:
string
;
TAB
:
string
; };
export
declare
const
DROPDOWN_OFFSET_Y
=
8
;
//# sourceMappingURL=consts.d.ts.map