UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

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