UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines (5 loc) 194 B
declare function debounce<T extends unknown[]>(func: (...args: T) => void, wait?: number, leading?: boolean): { (this: any, ...args: T): void; clear: () => void; }; export { debounce };