UNPKG

svelte-scrolling

Version:

Scroll to given elements with smooth animation

5 lines (4 loc) 283 B
import type { GlobalOptions } from '../types/options'; import type { ElementReference } from '../types/reference'; export declare const elements: import("svelte/store").Writable<ElementReference[]>; export declare const globalOptions: import("svelte/store").Writable<GlobalOptions>;