UNPKG

boxpay-checkout-reactnative-sdk

Version:
134 lines 3.13 kB
declare const styles: { screenView: { flex: number; backgroundColor: string; }; loadingContainer: { flex: number; alignItems: "center"; justifyContent: "center"; }; lottieStyle: { width: number; height: number; }; availableScreenView: { flex: number; backgroundColor: string; }; container: { backgroundColor: string; marginTop: number; paddingBottom: number; }; insideContainer: { flexDirection: "row"; justifyContent: "space-between"; paddingHorizontal: number; }; cardsContainer: { paddingHorizontal: number; paddingTop: number; }; cardsText: { fontFamily: string; fontSize: number; }; highlightedDivider: { height: number; width: "120%"; minWidth: number; alignSelf: "center"; borderRadius: number; }; divider: { height: number; backgroundColor: string; }; searchTextLable: { fontSize: number; fontFamily: string; }; textInputStyle: { marginTop: number; marginHorizontal: number; backgroundColor: string; fontSize: number; fontFamily: string; color: string; }; filterContainer: { flexDirection: "row"; marginHorizontal: number; marginTop: number; }; filterBox: { borderWidth: number; flexDirection: "row"; paddingTop: number; paddingBottom: number; paddingHorizontal: number; alignItems: "baseline"; borderRadius: number; }; filterText: { fontFamily: string; fontSize: number; color: string; }; filterImage: { height: number; width: number; marginStart: number; }; headingText: { marginTop: number; marginBottom: number; marginHorizontal: number; color: string; fontFamily: string; fontSize: number; }; listContainer: { backgroundColor: string; borderColor: string; borderWidth: number; borderRadius: number; marginHorizontal: number; marginBottom: number; }; emptyListContainer: { marginHorizontal: number; backgroundColor: string; marginBottom: number; height: number; alignItems: "center"; justifyContent: "center"; }; emptyListImage: { width: number; height: number; }; emptyListHeadingText: { fontFamily: string; fontSize: number; color: string; marginTop: number; }; emptyListDescText: { fontFamily: string; fontSize: number; color: string; marginTop: number; }; webViewScreenStyle: { position: "absolute"; top: number; left: number; right: number; bottom: number; backgroundColor: string; }; }; export default styles; //# sourceMappingURL=emiScreenStyles.d.ts.map