semblance-dev/node_modules/embla-carousel/components/PercentOfView.d.ts
2025-12-19 19:26:16 +00:00

4 lines
149 B
TypeScript
Executable file

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