Files
accounting/client/node_modules/element-plus/lib/utils/throttleByRaf.d.ts
2026-03-26 01:23:19 +08:00

7 lines
199 B
TypeScript
Executable File

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