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
/
wrappers.d.ts
2 lines
(1 loc)
•
95 B
TypeScript
View Raw
1
2
export
declare
const
useCount
:
(
props
:
any
) =>
import
(
"react-countup/build/types"
).
CountUpApi
;