UNPKG

react-horizontal-scrolling-menu

Version:

Horizontal scrolling menu component for React with per-item visibility tracking. Supports mouse and touch devices, SSR-safe.

8 lines (7 loc) 193 B
import type { visibleElements } from './types'; declare const getItemsPos: (items: visibleElements) => { first: string; center: string; last: string; }; export default getItemsPos;