UNPKG

@barguide/react-hooks

Version:
8 lines (7 loc) 202 B
/** * @name useScroll * @description Pass this hook a callback to be fired in a * throttled callback/handler */ declare const useScroll: (callback: () => void) => void; export { useScroll };