UNPKG

react-snaplist-carousel

Version:

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

5 lines (4 loc) 165 B
export declare const smoothScroll: (node: HTMLDivElement | null, scrollTarget: { left: number; top: number; }, duration: number) => void | (() => void);