UNPKG
@geniussoft/use-hooks
Version:
latest (0.0.10)
0.0.10
0.0.9
0.0.8
0.0.7
0.0.3
0.0.2-beta2
0.0.2-beta1
0.0.1-beta8
0.0.1-beta7
0.0.1-beta6
0.0.1-beta5
0.0.1-beta4
0.0.1-beta3
0.0.1-beta2
0.0.1-beta
Reusable React Hooks from useHooks.com and other online resources
geniussoftlk/use-hooks
@geniussoft/use-hooks
/
lib
/
useKeyPress
/
index.d.ts
3 lines
(2 loc)
•
87 B
TypeScript
View Raw
1
2
3
declare
const
useKeyPress
:
(
targetKey
:
string
) =>
boolean
;
export
default
useKeyPress;