checkbox
checkbox: {
box: {
base: {
color: string;
hover: {
color: string;
};
};
unchecked: {
color: string;
};
};
label: {
base: {
color: string;
};
unchecked: {
color: string;
};
};
}
input
input: {
base: {
color: string;
fontSize: string;
};
focus: {
color: string;
};
hover: {
color: string;
};
invalid: {
color: string;
};
placeholder: {
base: {
color: string;
};
};
}
oneclickButton
oneclickButton: {
height: string;
theme: string;
}