UNPKG

embla-carousel

Version:

A lightweight carousel library with fluid motion and great swipe precision

6 lines (5 loc) 185 B
import { LimitType } from './Limit'; export type ScrollProgressType = { get: (n: number) => number; }; export declare function ScrollProgress(limit: LimitType): ScrollProgressType;