GasWell-front/node_modules/element-plus/lib/utils/throttleByRaf.d.ts

5 lines
122 B
TypeScript

export declare function throttleByRaf(cb: (...args: any[]) => void): {
(...args: any[]): void;
cancel(): void;
};