UNPKG

svelte-scrolling

Version:

Scroll to given elements with smooth animation

4 lines (3 loc) 196 B
import type { Coord, SmoothOptions } from '../types/options'; declare const smoothScroll: (options: SmoothOptions, callback: (coord: Coord) => void) => Promise<void>; export default smoothScroll;