Radio: DefineComponent<
ExtractPropTypes<{ value: { required: true; type: StringConstructor } }>,
() => VNode<RendererNode, RendererElement, { [key: string]: any }>,
{},
{},
{},
ComponentOptionsMixin,
ComponentOptionsMixin,
{},
string,
PublicProps,
ToResolvedProps<
ExtractPropTypes<
{ value: { required: true; type: StringConstructor } },
>,
{},
>,
{},
{},
{},
{},
string,
ComponentProvideOptions,
true,
{},
any,
> = ...
A single radio. Inside a
<RadioGroup>it binds to the shared value.