first commit
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
//#region ../../packages/utils/throttleByRaf.d.ts
|
||||
declare function throttleByRaf(cb: (...args: any[]) => void): {
|
||||
(...args: any[]): void;
|
||||
cancel(): void;
|
||||
};
|
||||
//#endregion
|
||||
export { throttleByRaf };
|
||||
Reference in New Issue
Block a user