28 lines
591 B
TypeScript
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;
|