petals-ui
Version:
Front-end UI components foundation
16 lines (14 loc) • 392 B
text/typescript
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 };