UNPKG

petals-ui

Version:
14 lines (13 loc) 429 B
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 };