UNPKG

boxpay-checkout-reactnative-sdk

Version:
81 lines 1.87 kB
declare const styles: { screenView: { flex: number; backgroundColor: string; }; loaderView: { flex: number; alignItems: "center"; justifyContent: "center"; }; lottieStyle: { width: number; height: number; }; listContainer: { marginHorizontal: number; backgroundColor: string; borderColor: string; borderWidth: number; borderRadius: number; marginVertical: number; }; divider: { flexDirection: "row"; height: number; backgroundColor: string; }; emptyListContainer: { marginHorizontal: number; backgroundColor: string; borderColor: string; borderWidth: number; borderRadius: number; marginBottom: number; height: number; alignItems: "center"; justifyContent: "center"; }; imageStyle: { width: number; height: number; }; headingText: { fontFamily: string; fontSize: number; color: string; marginTop: number; }; subHeadingText: { fontFamily: string; fontSize: number; color: string; marginTop: number; }; bottomText: { fontSize: number; color: string; marginBottom: number; fontFamily: string; }; bottomContainer: { justifyContent: "center"; alignItems: "flex-end"; backgroundColor: string; flexDirection: "row"; }; bottomImage: { height: number; width: number; }; webViewContainer: { position: "absolute"; top: number; left: number; right: number; bottom: number; backgroundColor: string; }; }; export default styles; //# sourceMappingURL=bnplScreenStyles.d.ts.map