50 lines
1.1 KiB
TypeScript
50 lines
1.1 KiB
TypeScript
import { ViewStyle } from 'react-native';
|
|
declare const _default: {
|
|
container: {
|
|
backgroundColor: string;
|
|
borderRadius: any;
|
|
overflow: "hidden";
|
|
};
|
|
header: {
|
|
alignItems: "center";
|
|
paddingTop: number;
|
|
};
|
|
title: {
|
|
fontSize: any;
|
|
fontWeight: "bold";
|
|
color: any;
|
|
};
|
|
body: {
|
|
flexDirection: "row";
|
|
paddingHorizontal: number;
|
|
paddingTop: number;
|
|
paddingBottom: number;
|
|
};
|
|
bodyText: {
|
|
flex: number;
|
|
textAlign: "center";
|
|
color: any;
|
|
fontSize: number;
|
|
lineHeight: number;
|
|
textAlignVertical: "center";
|
|
};
|
|
footer: {
|
|
flexDirection: "row";
|
|
alignItems: "center";
|
|
borderTopWidth: number;
|
|
borderTopColor: any;
|
|
};
|
|
btnConfirmWrapper: ViewStyle;
|
|
btnConfirmText: {
|
|
color: any;
|
|
fontSize: any;
|
|
fontWeight: "bold";
|
|
};
|
|
btnCancelWrapper: ViewStyle;
|
|
btnCancelText: {
|
|
fontSize: any;
|
|
color: any;
|
|
};
|
|
};
|
|
export default _default;
|