database-petani-mobile/node_modules/embla-carousel/components/PercentOfView.d.ts
2026-02-23 16:39:35 +07:00

5 lines
149 B
TypeScript

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