UNPKG

@dsmlll/react-scroll

Version:

A React library for synchronizing scroll between a navigation component and content sections, with click-to-scroll functionality.

2 lines (1 loc) 147 B
export declare const debounce: <TArgs extends unknown[], TReturn>(func: (...args: TArgs) => TReturn, waitFor: number) => (...args: TArgs) => void;