UNPKG

ng-zorro-antd-yj

Version:

An enterprise-class UI components based on Ant Design and Angular

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