UNPKG

react-multi-carousel-18

Version:

Production-ready, lightweight fully customizable React carousel component that rocks supports multiple items and SSR(Server-side rendering) with typescript.

7 lines (6 loc) 291 B
import { CarouselInternalState, CarouselProps } from "../types"; declare function populateNextSlides(state: CarouselInternalState, props: CarouselProps, slidesHavePassed?: number): { nextSlides: number | undefined; nextPosition: number | undefined; }; export { populateNextSlides };