UNPKG

262 BTypeScriptView Raw
1export declare function throttleByAnimationFrame(fn: (...args: any[]) => void): (...args: any[]) => void;
2export declare function throttleByAnimationFrameDecorator(): (target: any, key: string, descriptor: any) => {
3 configurable: boolean;
4 get(): any;
5};