UNPKG

rax-scrollview

Version:
2 lines (1 loc) 91 B
export default function throttle(func: (...args: any[]) => void, wait: number): () => any;