UNPKG

@devloops/react-native-variant

Version:
15 lines (14 loc) 336 B
/// <reference types="react" /> declare const Carousel: ({ imgData }: { imgData?: any; }) => JSX.Element; export declare const style: { paginationWrapper: { flex: number; width: string; flexDirection: "row"; justifyContent: "center"; marginTop: number; }; }; export default Carousel;