UNPKG

fs-virtual-waterfall

Version:

Vue3 虚拟瀑布流组件

4 lines (3 loc) 209 B
declare function rafThrottle(fn: Function): (this: any, ...args: any[]) => void; declare function debounce(fn: Function, delay?: number): (this: any, ...args: any[]) => void; export { rafThrottle, debounce };