boxpay-checkout-reactnative-sdk
Version:
Boxpay Payment Gateway
60 lines • 1.29 kB
TypeScript
declare const styles: {
imageContainer: {
width: number;
height: number;
justifyContent: "center";
alignItems: "center";
};
shimmer: {
width: number;
height: number;
borderRadius: number;
};
errorImage: {
transform: {
scale: number;
}[];
};
container: {
flexDirection: "row";
alignItems: "center";
padding: number;
};
detailsContainer: {
flex: number;
marginStart: number;
};
bankName: {
fontSize: number;
fontFamily: string;
color: string;
};
tagsContainer: {
flexDirection: "row";
alignItems: "center";
};
tag: {
borderColor: string;
borderRadius: number;
backgroundColor: string;
borderWidth: number;
paddingHorizontal: number;
marginRight: number;
};
tagText: {
fontSize: number;
fontFamily: string;
color: string;
};
chervonImage: {
alignSelf: "center";
height: number;
width: number;
marginLeft: "auto";
transform: {
rotate: string;
}[];
};
};
export default styles;
//# sourceMappingURL=bankCardStyles.d.ts.map