Files
icehrm/web/node_modules/antd/lib/_util/throttleByAnimationFrame.d.ts
2020-05-20 18:47:29 +02:00

6 lines
262 B
TypeScript

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;
};