UNPKG

petals-ui

Version:
15 lines (14 loc) 421 B
declare type RadioStyle = { radioBorderWidth?: string; radioBorderColor?: string; radioBorderRadius?: string; radioHoverBorderColor?: string; radioCheckedBg?: string; radioCheckedBorderColor?: string; radioDisabledBg?: string; radioDisabledBorderColor?: string; radioIconSize?: string; radioIconCheckedColor?: string; radioIconDisabledColor?: string; }; export { RadioStyle };