UNPKG

sweet-scroll

Version:

Modern and the sweet smooth scroll library.

6 lines (5 loc) 218 B
import { Offset } from './dom/offsets'; export interface Coordinate extends Offset { relative: boolean; } export declare const parseCoordinate: (coordinate: any, enableVertical: boolean) => Coordinate | null;