v1.0 with SW PWA enabled
This commit is contained in:
7
frontend/node_modules/embla-carousel/esm/components/ScrollContain.d.ts
generated
vendored
Normal file
7
frontend/node_modules/embla-carousel/esm/components/ScrollContain.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import { LimitType } from './Limit.js';
|
||||
export type ScrollContainOptionType = false | 'trimSnaps' | 'keepSnaps';
|
||||
export type ScrollContainType = {
|
||||
snapsContained: number[];
|
||||
scrollContainLimit: LimitType;
|
||||
};
|
||||
export declare function ScrollContain(viewSize: number, contentSize: number, snapsAligned: number[], containScroll: ScrollContainOptionType, pixelTolerance: number): ScrollContainType;
|
||||
Reference in New Issue
Block a user