@act-aks/rn-carousel
Version:
A performant, customizable carousel component for React Native with multiple animation types and TypeScript support.
5 lines • 325 B
TypeScript
import React from 'react';
import { CarouselProps } from './Carousel.static';
declare const Carousel: <T>({ data, renderItem, direction, animationType, itemHeight, itemWidth, spacing, autoPlay, autoPlayInterval, style, }: CarouselProps<T>) => React.JSX.Element;
export default Carousel;
//# sourceMappingURL=Carousel.d.ts.map