first commit
This commit is contained in:
5
frontend/node_modules/antd/lib/_util/throttleByAnimationFrame.d.ts
generated
vendored
Normal file
5
frontend/node_modules/antd/lib/_util/throttleByAnimationFrame.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare function throttleByAnimationFrame<T extends any[]>(fn: (...args: T) => void): {
|
||||
(...args: T): void;
|
||||
cancel(): void;
|
||||
};
|
||||
export default throttleByAnimationFrame;
|
||||
Reference in New Issue
Block a user