@devloops/react-native-variant
Version:
react-native material ui library
15 lines (14 loc) • 336 B
TypeScript
/// <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;