UNPKG

element-plus

Version:

A Component Library for Vue 3

7 lines 199 B
//#region ../../packages/utils/throttleByRaf.d.ts declare function throttleByRaf(cb: (...args: any[]) => void): { (...args: any[]): void; cancel(): void; }; //#endregion export { throttleByRaf };