radio-group
Documentation / ui/radio-group
RadioGroup
const RadioGroup: ForwardRefExoticComponent<Omit<RadioGroupProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
Defined in: app/components/ui/radio-group.tsx:9
RadioGroupItem
const RadioGroupItem: ForwardRefExoticComponent<Omit<RadioGroupItemProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
Defined in: app/components/ui/radio-group.tsx:23