UNPKG

boxpay-checkout-reactnative-sdk

Version:
102 lines 2.39 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; marginBottom: number; }; 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; }; bottomContainer: { justifyContent: "center"; alignItems: "flex-end"; backgroundColor: string; flexDirection: "row"; }; bottomText: { fontSize: number; color: string; marginBottom: number; fontFamily: string; }; bottomImage: { height: number; width: number; }; webViewContainer: { position: "absolute"; top: number; left: number; right: number; bottom: number; backgroundColor: string; }; mainHeadingText: { marginTop: number; marginBottom: number; marginHorizontal: number; color: string; fontFamily: string; fontSize: number; }; textFieldStyle: { marginTop: number; marginHorizontal: number; backgroundColor: string; fontSize: number; fontFamily: string; color: string; height: number; }; textFieldLabel: { fontSize: number; fontFamily: string; }; searchContainer: { flexDirection: "row"; height: number; backgroundColor: string; }; }; export default styles; //# sourceMappingURL=walletScreenStyles.d.ts.map