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

63 lines
1.4 KiB
TypeScript

declare const _default: {
markContainer: {
flexDirection: string;
justifyContent: string;
alignItems: string;
};
markItemText: {
color: any;
fontSize: any;
};
markItemLine: {
width: number;
height: number;
marginVertical: any;
backgroundColor: any;
};
thumb: {
position: string;
alignItems: string;
};
touchArea: {
position: string;
top: number;
left: number;
right: number;
bottom: number;
};
tip: {
position: string;
top: number;
width: number;
height: number;
alignItems: string;
};
tipContent: {
alignItems: string;
paddingHorizontal: any;
paddingVertical: any;
backgroundColor: any;
borderRadius: any;
};
tipText: {
fontSize: any;
color: any;
textAlign: string;
};
tipIcon: {
width: number;
height: number;
backgroundColor: string;
borderStyle: string;
borderLeftWidth: number;
borderRightWidth: number;
borderBottomWidth: number;
borderTopWidth: number;
borderLeftColor: string;
borderRightColor: string;
borderTopColor: any;
borderBottomColor: string;
};
};
export default _default;