Initial commit
This commit is contained in:
10
node_modules/embla-carousel/cjs/components/SlideSizes.d.ts
generated
vendored
Normal file
10
node_modules/embla-carousel/cjs/components/SlideSizes.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
import { AxisType } from './Axis';
|
||||
import { NodeRectType } from './NodeRects';
|
||||
import { WindowType } from './utils';
|
||||
export type SlideSizesType = {
|
||||
slideSizes: number[];
|
||||
slideSizesWithGaps: number[];
|
||||
startGap: number;
|
||||
endGap: number;
|
||||
};
|
||||
export declare function SlideSizes(axis: AxisType, containerRect: NodeRectType, slideRects: NodeRectType[], slides: HTMLElement[], readEdgeGap: boolean, ownerWindow: WindowType): SlideSizesType;
|
||||
Reference in New Issue
Block a user