Files
avz-site/node_modules/embla-carousel/components/ScrollLimit.d.ts
T
2026-05-30 19:59:39 -03:00

6 lines
207 B
TypeScript

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