UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

6 lines (5 loc) 176 B
declare function throttleByAnimationFrame<T extends any[]>(fn: (...args: T) => void): { (...args: T): void; cancel(): void; }; export default throttleByAnimationFrame;