UNPKG

boxpay-checkout-reactnative-sdk

Version:
69 lines 1.6 kB
declare const styles: { screenView: { flex: number; backgroundColor: string; }; loadingContainer: { position: "absolute"; top: number; left: number; right: number; bottom: number; justifyContent: "center"; alignItems: "center"; backgroundColor: string; zIndex: number; }; lottieStyle: { width: number; height: number; }; container: { flex: number; flexDirection: "row"; alignItems: "center"; }; headingText: { marginStart: number; marginTop: number; fontSize: number; color: string; fontFamily: string; }; paymentContainer: { borderColor: string; borderWidth: number; marginHorizontal: number; marginVertical: number; backgroundColor: string; flexDirection: "column"; borderRadius: number; }; footerContainer: { flex: number; justifyContent: "center"; alignItems: "flex-end"; backgroundColor: string; flexDirection: "row"; }; footerText: { fontSize: number; color: string; marginBottom: number; fontFamily: string; }; footerImage: { height: number; width: number; }; webViewScreenStyle: { position: "absolute"; top: number; left: number; right: number; bottom: number; backgroundColor: string; }; }; export default styles; //# sourceMappingURL=indexStyles.d.ts.map