UNPKG

petals-ui

Version:
15 lines (13 loc) 402 B
type CheckboxStyle = { checkboxBorderWidth?: string; checkboxBorderColor?: string; checkboxBorderRadius?: string; checkboxHoverBorderColor?: string; checkboxCheckedBg?: string; checkboxCheckedBorderColor?: string; checkboxDisabledBg?: string; checkboxDisabledBorderColor?: string; checkboxIconCheckedColor?: string; checkboxIconDisabledColor?: string; }; export { CheckboxStyle };