UNPKG

@studio-lumio/hooks

Version:

a compilation of react hooks we use to make our magic

3 lines (2 loc) 97 B
export declare const useThrottle: <T>(value: T, ms?: number) => T; export default useThrottle;