boxpay-checkout-reactnative-sdk
Version:
Boxpay Payment Gateway
54 lines • 1.23 kB
TypeScript
declare const styles: {
modal: {
justifyContent: "flex-end";
margin: number;
};
sheet: {
backgroundColor: string;
padding: number;
borderTopLeftRadius: number;
borderTopRightRadius: number;
};
secondaryHeading: {
color: string;
fontSize: number;
marginTop: number;
fontFamily: string;
};
desc: {
color: string;
fontSize: number;
fontFamily: string;
};
buttonContainer: {
flexDirection: "row";
borderRadius: number;
justifyContent: "center";
marginTop: number;
backgroundColor: string;
};
buttonText: {
color: string;
fontSize: number;
paddingVertical: number;
fontFamily: string;
};
headingText: {
fontFamily: string;
fontSize: number;
color: string;
};
divider: {
flexDirection: "row";
height: number;
backgroundColor: string;
marginTop: number;
};
imageStyle: {
width: number;
height: number;
marginTop: number;
};
};
export default styles;
//# sourceMappingURL=cvvInfoBottomSheetStyles.d.ts.map