semblance-dev/node_modules/embla-carousel/components/PercentOfView.d.ts
2025-08-04 09:07:59 -05:00

4 lines
149 B
TypeScript

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