NeahFront2/node_modules/embla-carousel/components/PercentOfView.d.ts
2025-04-08 20:36:59 +02:00

5 lines
149 B
TypeScript

export type PercentOfViewType = {
measure: (n: number) => number;
};
export declare function PercentOfView(viewSize: number): PercentOfViewType;