petals-ui
Version:
Front-end UI components foundation
15 lines (13 loc) • 402 B
text/typescript
type CheckboxStyle = {
checkboxBorderWidth?: string;
checkboxBorderColor?: string;
checkboxBorderRadius?: string;
checkboxHoverBorderColor?: string;
checkboxCheckedBg?: string;
checkboxCheckedBorderColor?: string;
checkboxDisabledBg?: string;
checkboxDisabledBorderColor?: string;
checkboxIconCheckedColor?: string;
checkboxIconDisabledColor?: string;
};
export { CheckboxStyle };