UNPKG

@seirei/carousel

Version:

A reusable, auto-scrolling carousel component for React Native built using **React Native Reanimated v2**, offering customizable pagination indicators, smooth animations, and infinite looping.

4 lines 407 B
import { JSX } from "react"; import { InfiniteCarouselWrapperProps } from "./types"; export declare const InfiniteCarouselWrapper: ({ children, wrapperStyle, autoSlide, snapDuration, contentPaddingHorizaintal, activeSlideAccentColor, inactiveSlideAccentColor, dotSize, onSlideChange, paginationComponent, }: InfiniteCarouselWrapperProps) => JSX.Element; //# sourceMappingURL=InfiniteCarouselWrapper.d.ts.map