UNPKG

react-sled

Version:

react-sled is a carousel made with react-spring.

6 lines (5 loc) 237 B
export declare type Procedure = (...args: any[]) => void; export declare type Options = { isImmediate: boolean; }; export declare function debounce<F extends Procedure>(func: F, waitMilliseconds?: number, options?: Options): F;