UNPKG

react-snaplist-carousel

Version:

A light, pure React, no dependencies and flexible carousel. A modern way to do a classic thing.

7 lines (6 loc) 202 B
import { RefObject } from 'react'; export declare const useScroll: ({ ref }: { ref: RefObject<any>; }) => (element: number, { animationEnabled }?: { animationEnabled: boolean; }) => void;