UNPKG
@playbooks/hooks
Version:
latest (0.13.0)
0.13.0
0.12.2
0.12.0
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.1
0.10.0
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.6
0.0.4
0.0.3
0.0.2
0.0.1
A collection of React hooks for Playbooks.
playbooks-xyz/playbooks-core
@playbooks/hooks
/
dist
/
keyboard.d.ts
3 lines
(2 loc)
•
142 B
TypeScript
View Raw
1
2
3
export
declare
const
useKeyDown
:
(
method
:
any
,
listeners
:
any
) =>
void
;
export
declare
const
useKeyUp
:
(
method
:
any
,
listeners
:
any
) =>
void
;