3 lines
88 B
TypeScript
3 lines
88 B
TypeScript
declare const useThrottle: <T>(value: T, ms?: number) => T;
|
|
export default useThrottle;
|