UNPKG

react-horizontal-scrolling-menu

Version:

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

9 lines (8 loc) 277 B
import { publicApiType } from '../createApi'; interface Props { context: publicApiType; onInit: (context: publicApiType) => void; onUpdate: (context: publicApiType) => void; } export declare const useOnCb: ({ context, onInit, onUpdate }: Props) => void; export {};