UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

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