Skip to main content

RadioGroup()

const RadioGroup: (props) => null | ReactElement<unknown, string | JSXElementConstructor<any>>

THIS IS A GENERATED FILE. DO NOT ALTER DIRECTLY.

Parameters

props

Omit<RadioGroupProps, "className" | "style"> & Pick<BaseRadioProps, "classNames" | "alignInput" | "label"> & RefAttributes<HTMLDivElement>

Returns

null | ReactElement<unknown, string | JSXElementConstructor<any>>