Files
chinese-family-tree-2/node_modules/.pnpm/embla-carousel@8.5.1/node_modules/embla-carousel/components/PercentOfView.d.ts
T
freedakgmail 43c8389705 0.0.0.1
2025-11-22 19:52:55 +08:00

5 lines
149 B
TypeScript

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