UNPKG

embla-carousel

Version:

A lightweight carousel library with fluid motion and great swipe precision

6 lines (5 loc) 210 B
import { LimitType } from './Limit.js'; export type ScrollLimitType = { limit: LimitType; }; export declare function ScrollLimit(contentSize: number, scrollSnaps: number[], loop: boolean): ScrollLimitType;