interface RadioComponent {
    Button: DevfiveComponent<"div", FormItemPropsWrapper<RadioButtonProps>>;
    Group: DevfiveComponent<"div", FormItemPropsWrapper<Antd.RadioGroupProps>>;
    contextTypes?: ValidationMap<any>;
    defaultProps?: Partial<any>;
    displayName?: string;
    id?: string;
    propTypes?: WeakValidationMap<any>;
    <AsComponent>(props): Element;
}

Hierarchy (view full)

Properties

Button: DevfiveComponent<"div", FormItemPropsWrapper<RadioButtonProps>>
Group: DevfiveComponent<"div", FormItemPropsWrapper<Antd.RadioGroupProps>>
contextTypes?: ValidationMap<any>
defaultProps?: Partial<any>
displayName?: string
id?: string
propTypes?: WeakValidationMap<any>

Generated using TypeDoc