UNPKG
@johnrom/react-countup
Version:
latest (5.0.0-johnrom2)
5.0.0-johnrom2
5.0.0-johnrom1
A React component wrapper around CountUp.js
react-countup.now.sh
glennreyes/react-countup
@johnrom/react-countup
/
build
/
index.d.ts
3 lines
(2 loc)
•
93 B
TypeScript
View Raw
1
2
3
export
{
default
}
from
'./CountUp'
;
export
{
default
as
useCountUp }
from
'./useCountUp'
;