UNPKG

ant-table-ext

Version:

An extended table based on ant table

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