UNPKG

element-plus

Version:

A Component Library for Vue 3

5 lines (4 loc) 122 B
export declare function throttleByRaf(cb: (...args: any[]) => void): { (...args: any[]): void; cancel(): void; };