v1.0 with SW PWA enabled
This commit is contained in:
7
frontend/node_modules/embla-carousel/esm/components/SlidesToScroll.d.ts
generated
vendored
Normal file
7
frontend/node_modules/embla-carousel/esm/components/SlidesToScroll.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import { AxisType } from './Axis.js';
|
||||
import { NodeRectType } from './NodeRects.js';
|
||||
export type SlidesToScrollOptionType = 'auto' | number;
|
||||
export type SlidesToScrollType = {
|
||||
groupSlides: <Type>(array: Type[]) => Type[][];
|
||||
};
|
||||
export declare function SlidesToScroll(axis: AxisType, viewSize: number, slidesToScroll: SlidesToScrollOptionType, loop: boolean, containerRect: NodeRectType, slideRects: NodeRectType[], startGap: number, endGap: number, pixelTolerance: number): SlidesToScrollType;
|
||||
Reference in New Issue
Block a user