Files
prop-data-guard/frontend/node_modules/element-plus/es/utils/throttleByRaf.d.ts
T
2026-04-22 17:07:33 +08:00

7 lines
199 B
TypeScript

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