UNPKG

react-bottom-scroll-listener

Version:

A simple React component that lets you listen for when you have scrolled to the bottom.

4 lines (3 loc) 189 B
export { default as BottomScrollListener } from './component'; export type { BottomScrollListenerProps } from './component'; export { default as useBottomScrollListener } from './hook';