UNPKG

271 BTypeScriptView Raw
1import { ScrollElement } from '../utils';
2export declare function scrollLeftTo(scroller: HTMLElement, to: number, duration: number): () => void;
3export declare function scrollTopTo(scroller: ScrollElement, to: number, duration: number, callback: () => void): () => void;