Latest updates from IceHrmPro
This commit is contained in:
5
web/node_modules/antd/lib/_util/throttleByAnimationFrame.d.ts
generated
vendored
Normal file
5
web/node_modules/antd/lib/_util/throttleByAnimationFrame.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export default function throttleByAnimationFrame(fn: (...args: any[]) => void): (...args: any[]) => void;
|
||||
export declare function throttleByAnimationFrameDecorator(): (target: any, key: string, descriptor: any) => {
|
||||
configurable: boolean;
|
||||
get(): any;
|
||||
};
|
||||
Reference in New Issue
Block a user