UNPKG

dtd

Version:

根据数梦工场视觉规范打造的组件库,感谢react-components和ant design

6 lines (5 loc) 262 B
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; };