source:
imaps-frontend/node_modules/react-use/lib/useThrottleFn.d.ts
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 149 bytes |
Line | |
---|---|
1 | declare const useThrottleFn: <T, U extends any[]>(fn: (...args: U) => T, ms: number | undefined, args: U) => T | null; |
2 | export default useThrottleFn; |
Note:
See TracBrowser
for help on using the repository browser.