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