UNPKG

linked-controls

Version:

React controls using links from valuelink package

2 lines (1 loc) 119 B
export declare function useThrottle<F extends (...args: any[]) => void>(fun: F, timeout: number, changes?: any[]): F;