UNPKG

embla-carousel

Version:

A lightweight carousel library with fluid motion and great swipe precision

5 lines (4 loc) 149 B
export type PercentOfViewType = { measure: (n: number) => number; }; export declare function PercentOfView(viewSize: number): PercentOfViewType;