智慧水务管理系统 - 精河县供水工程综合管理平台

throttleByRaf.d.ts 199B

1234567
  1. //#region ../../packages/utils/throttleByRaf.d.ts
  2. declare function throttleByRaf(cb: (...args: any[]) => void): {
  3. (...args: any[]): void;
  4. cancel(): void;
  5. };
  6. //#endregion
  7. export { throttleByRaf };