UNPKG

react-native-momentum-carousel

Version:

A React Native carousel component enables smooth and interactive image or content sliders with swiping capabilities. Ideal for showcasing multiple items or images in a compact space, this carousel can be customized with features like infinite scrolling, p

27 lines 634 B
export declare const styles: { container: { justifyContent: "center"; alignItems: "center"; }; itemContainer: { justifyContent: "center"; alignItems: "center"; }; paginationContainer: { flexDirection: "row"; justifyContent: "center"; alignItems: "center"; marginVertical: number; }; bullet: { width: number; height: number; borderRadius: number; backgroundColor: string; marginHorizontal: number; }; activeBullet: { backgroundColor: string; }; }; //# sourceMappingURL=style.d.ts.map