UNPKG

svelte-scrolling

Version:

Scroll to given elements with smooth animation

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