Type Alias RadioType

RadioType: React.FC<RadioProps> & {
    Sizes: Record<
        | "NOT_SET"
        | "NONE"
        | "SMALL"
        | "MEDIUM", string>;
}