SourceTermAnalysisSystem_vue/node_modules/element-plus/es/utils/throttleByRaf.d.ts
2026-05-15 10:22:44 +08:00

5 lines
122 B
TypeScript

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