UNPKG
@dodobrat/react-ui-kit
Version:
latest (0.4.8)
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
Simple React Component Library
github.com/Dodobrat/react-ui-kit
Dodobrat/react-ui-kit
@dodobrat/react-ui-kit
/
build
/
hooks
/
useKeyPress.d.ts
2 lines
(1 loc)
•
95 B
TypeScript
View Raw
1
2
export
declare
const
useKeyPress
:
(
key
:
any
,
handler
:
Function
,
dir
?:
"down"
|
"up"
) =>
void
;