UNPKG
rc-infinite-scroll-hook
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
react infinite scroll hook
github.com/alllx/
alllx/rc-infinite-scroll-hook
rc-infinite-scroll-hook
/
dist
/
throttle.d.ts
3 lines
(2 loc)
•
103 B
TypeScript
View Raw
1
2
3
declare
const
throttle
:
(
callback
: () =>
void
,
limit
?:
number
) =>
() =>
void
;
export
default
throttle;