28 lines
534 B
TypeScript
28 lines
534 B
TypeScript
declare const _default: {
|
|
container: {
|
|
backgroundColor: any;
|
|
};
|
|
content: {
|
|
flexDirection: string;
|
|
};
|
|
item: {
|
|
flex: number;
|
|
flexDirection: string;
|
|
alignItems: string;
|
|
paddingVertical: any;
|
|
paddingHorizontal: any;
|
|
};
|
|
text: {
|
|
fontSize: any;
|
|
color: any;
|
|
};
|
|
line: {
|
|
position: string;
|
|
bottom: number;
|
|
width: number;
|
|
height: number;
|
|
backgroundColor: string;
|
|
};
|
|
};
|
|
export default _default;
|