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

28 lines
591 B
TypeScript

declare const _default: {
checkboxContainer: {
backgroundColor: string;
};
checkboxItemContainer: {
paddingVertical: number;
flexDirection: string;
alignItems: string;
justifyContent: string;
};
checkboxLabel: {
fontSize: any;
color: any;
};
uncheckedIcon: {
width: any;
height: any;
borderWidth: number;
borderRadius: any;
borderColor: any;
backgroundColor: string;
};
iconLeftPosition: {
marginRight: any;
};
};
export default _default;