UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

6 lines (5 loc) 231 B
export interface ScrollElement { scrollTo(x: number, y: number): void; [prop: string]: any; } export declare function animateScrollTo(el: ScrollElement, from: number, to: number, duration: number, callback: unknown): void;