UNPKG

react-horizontal-scrolling-menu

Version:

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

4 lines (3 loc) 102 B
import Item, { type Props as _Props } from './Item'; export type Props = _Props; export default Item;