UNPKG

vexip-ui

Version:

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

15 lines (14 loc) 324 B
interface ScrollElement { scrollTo(x: number, y: number): void; [prop: string]: any; } export declare function animateScrollTo(options: { el: ScrollElement; xFrom?: number; xTo?: number; yFrom?: number; yTo?: number; duration?: number; callback?: null | (() => any); }): void; export {};