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.

4 lines (3 loc) 179 B
import { CarouselInternalState, CarouselProps } from "../types"; declare function throwError(state: CarouselInternalState, props: CarouselProps): void; export default throwError;