boxpay-checkout-reactnative-sdk
Version:
Boxpay Payment Gateway
100 lines • 2.37 kB
TypeScript
declare const styles: {
screenView: {
flex: number;
backgroundColor: string;
};
cancelPaymentContainer: {
alignItems: "center";
paddingBottom: number;
paddingHorizontal: number;
position: "absolute";
bottom: number;
left: number;
right: number;
};
mainContainer: {
flex: number;
justifyContent: "flex-start";
alignItems: "center";
paddingHorizontal: number;
marginTop: number;
};
headingText: {
color: string;
fontSize: number;
textAlign: "center";
fontFamily: string;
};
descText: {
color: string;
fontSize: number;
paddingTop: number;
textAlign: "center";
lineHeight: number;
fontFamily: string;
};
container: {
flexDirection: "row";
justifyContent: "center";
alignItems: "center";
borderColor: string;
borderWidth: number;
borderRadius: number;
paddingVertical: number;
paddingHorizontal: number;
marginTop: number;
};
imageStyle: {
height: number;
width: number;
marginRight: number;
};
text: {
color: string;
fontSize: number;
fontFamily: string;
};
expireInTextStyle: {
color: string;
fontSize: number;
textAlign: "center";
marginTop: number;
fontFamily: string;
};
progressBarContainer: {
marginTop: number;
alignItems: "center";
};
infoContainer: {
flexDirection: "row";
borderColor: string;
borderWidth: number;
borderRadius: number;
paddingVertical: number;
paddingHorizontal: number;
marginTop: number;
};
infoImageStyle: {
height: number;
width: number;
};
infoText: {
color: string;
fontSize: number;
paddingStart: number;
lineHeight: number;
fontFamily: string;
};
thickDivider: {
flexDirection: "row";
height: number;
backgroundColor: string;
marginBottom: number;
};
cancelTextStyle: {
fontSize: number;
fontFamily: string;
};
};
export default styles;
//# sourceMappingURL=upiTimerScreenStyle.d.ts.map