36 lines
766 B
TypeScript
36 lines
766 B
TypeScript
declare const _default: {
|
|
container: {
|
|
backgroundColor: any;
|
|
};
|
|
header: {
|
|
borderBottomWidth: number;
|
|
borderBottomColor: any;
|
|
backgroundColor: string;
|
|
};
|
|
title: {
|
|
paddingVertical: any;
|
|
paddingHorizontal: any;
|
|
textAlign: "center";
|
|
fontSize: any;
|
|
color: any;
|
|
};
|
|
body: {
|
|
flex: number;
|
|
flexDirection: "column";
|
|
backgroundColor: string;
|
|
};
|
|
item: {
|
|
borderBottomWidth: number;
|
|
borderBottomColor: any;
|
|
backgroundColor: string;
|
|
};
|
|
itemText: {
|
|
paddingVertical: any;
|
|
paddingHorizontal: any;
|
|
fontSize: any;
|
|
textAlign: "center";
|
|
color: any;
|
|
};
|
|
};
|
|
export default _default;
|