Skip to main content

Radio()

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

THIS IS A GENERATED FILE. DO NOT ALTER DIRECTLY.

Parameters

props

Omit<RadioProps, "children" | "className" | "style"> & BaseRadioProps & RefAttributes<HTMLLabelElement>

Returns

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