boxpay-checkout-reactnative-sdk
Version:
Boxpay Payment Gateway
105 lines • 2.46 kB
TypeScript
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;
};
divider: {
flexDirection: "row";
height: number;
backgroundColor: string;
};
searchTextInputLabel: {
fontSize: number;
fontFamily: string;
};
searchTextInput: {
marginTop: number;
marginHorizontal: number;
backgroundColor: string;
fontSize: number;
fontFamily: string;
color: string;
height: number;
};
headingText: {
marginTop: number;
marginBottom: number;
marginHorizontal: number;
color: string;
fontFamily: string;
fontSize: number;
};
container: {
marginHorizontal: number;
backgroundColor: string;
borderColor: string;
borderWidth: number;
borderRadius: number;
};
emptyListContainer: {
marginHorizontal: number;
backgroundColor: string;
borderColor: string;
borderWidth: number;
borderRadius: number;
marginBottom: number;
height: number;
alignItems: "center";
justifyContent: "center";
};
emptyIcon: {
width: number;
height: number;
};
emptyListHeadingText: {
fontFamily: string;
fontSize: number;
color: string;
marginTop: number;
};
emptyListDescText: {
fontFamily: string;
fontSize: number;
color: string;
marginTop: number;
};
footerContainer: {
justifyContent: "center";
alignItems: "flex-end";
backgroundColor: string;
flexDirection: "row";
};
footerTextStyle: {
fontSize: number;
color: string;
marginBottom: number;
fontFamily: string;
};
footerIcon: {
height: number;
width: number;
};
webViewContainer: {
position: "absolute";
top: number;
left: number;
right: number;
bottom: number;
backgroundColor: string;
};
};
export default styles;
//# sourceMappingURL=netBankingScreenStyles.d.ts.map