react-native-ecommerce-components
Version:
A compilation of components to optimize the development of your ecommerce
22 lines (21 loc) • 530 B
TypeScript
export declare const s: {
paginationWrapContainer: {
flexDirection: "row";
alignItems: "center";
justifyContent: "center";
margin: number;
};
paginationComponentContainer: {
flexDirection: "row";
alignItems: "center";
justifyContent: "space-around";
backgroundColor: string;
borderRadius: number;
width: number;
height: number;
};
paginationComponentText: {
fontSize: number;
fontWeight: "bold";
};
};