Type Alias DropdownMenuRadioItemProps

DropdownMenuRadioItemProps: React.ComponentPropsWithoutRef<
    typeof DropdownMenuPrimitive.RadioItem,
> & { className?: string }

Dropdown Menu components providing accessible dropdown menus and submenus. These components are built on Radix UI primitives and styled with Shadcn UI.