boxpay-checkout-reactnative-sdk
Version:
Boxpay Payment Gateway
149 lines • 3.49 kB
TypeScript
declare const styles: {
textInput: {
backgroundColor: string;
fontSize: number;
fontFamily: string;
color: string;
height: number;
};
buttonContainer: {
flexDirection: "row";
borderRadius: number;
justifyContent: "center";
marginTop: number;
marginHorizontal: number;
paddingTop: number;
paddingBottom: number;
};
buttonText: {
color: string;
fontSize: number;
fontFamily: string;
};
screenView: {
flex: number;
backgroundColor: string;
};
loadingContainer: {
flex: number;
alignItems: "center";
justifyContent: "center";
};
lottieStyle: {
width: number;
height: number;
};
divider: {
flexDirection: "row";
height: number;
backgroundColor: string;
};
container: {
borderColor: string;
borderWidth: number;
borderRadius: number;
padding: number;
flexDirection: "row";
alignItems: "center";
justifyContent: "space-between";
marginHorizontal: number;
marginTop: number;
};
imageContainer: {
width: number;
height: number;
justifyContent: "center";
alignItems: "center";
};
nameText: {
paddingStart: number;
fontFamily: string;
fontSize: number;
};
thickBorder: {
borderWidth: number;
borderStartColor: string;
borderTopColor: string;
borderEndColor: string;
borderBottomColor: string;
paddingStart: number;
};
durationText: {
fontFamily: string;
fontSize: number;
color: string;
};
currencyText: {
fontFamily: string;
fontSize: number;
color: string;
};
percentText: {
fontFamily: string;
fontSize: number;
color: string;
};
textFieldLabel: {
fontSize: number;
fontFamily: string;
};
errorText: {
color: string;
fontSize: number;
fontFamily: string;
marginHorizontal: number;
marginTop: number;
};
expiryCvvContainer: {
flexDirection: "row";
justifyContent: "space-between";
marginHorizontal: number;
marginTop: number;
};
infoContainer: {
flexDirection: "row";
marginHorizontal: number;
marginTop: number;
backgroundColor: string;
borderRadius: number;
padding: number;
alignItems: "center";
};
infoIcon: {
width: number;
height: number;
tintColor: string;
};
infoText: {
fontSize: number;
fontFamily: string;
color: string;
marginStart: number;
};
checkBoxContainer: {
flexDirection: "row";
marginTop: number;
alignItems: "center";
paddingLeft: number;
};
checkBoxText: {
color: string;
fontSize: number;
fontFamily: string;
marginLeft: number;
};
clickableText: {
fontSize: number;
fontFamily: string;
textDecorationLine: "underline";
};
pressableContainer: {
position: "absolute";
bottom: number;
left: number;
right: number;
paddingBottom: number;
};
};
export default styles;
//# sourceMappingURL=cardScreenStyles.d.ts.map