NeahFront7/node_modules/embla-carousel/components/PercentOfView.d.ts
2025-04-10 18:14:28 +02:00

5 lines
149 B
TypeScript

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