jstd-web/node_modules/element-plus/es/utils/throttleByRaf.d.ts

5 lines
122 B
TypeScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
export declare function throttleByRaf(cb: (...args: any[]) => void): {
(...args: any[]): void;
cancel(): void;
};