UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

6 lines (5 loc) 262 B
export declare function throttleByAnimationFrame(fn: (...args: any[]) => void): (...args: any[]) => void; export declare function throttleByAnimationFrameDecorator(): (target: any, key: string, descriptor: any) => { configurable: boolean; get(): any; };