@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 • 312 B
TypeScript
import { JSX } from "react";
import { CarouselWrapperProps } from "./types";
export declare const CarouselWrapper: ({ children, wrapperStyle, autoSlide, snapDuration, activeSlideAccentColor, inactiveSlideAccentColor, dotSize, }: CarouselWrapperProps) => JSX.Element;
//# sourceMappingURL=CarouselWrapper.d.ts.map