semblance_backup/node_modules/embla-carousel/esm/components/ScrollLimit.d.ts
2025-12-19 19:26:16 +00:00

5 lines
210 B
TypeScript
Executable file

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