2024-03-16 14:11:43 +08:00

26 lines
557 B
TypeScript

declare const _default: {
wrapper: {
alignItems: string;
justifyContent: string;
minWidth: number;
height: number;
paddingHorizontal: number;
borderRadius: number;
borderWidth: number;
borderColor: any;
backgroundColor: any;
};
label: {
textAlign: string;
color: string;
fontSize: number;
};
dot: {
width: number;
height: number;
borderRadius: number;
backgroundColor: any;
};
};
export default _default;