MCPcopy Create free account
hub / github.com/evolify/dumpfun / DropdownMenuRadioGroup

Function DropdownMenuRadioGroup

common/components/ui/dropdown-menu.tsx:109–118  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)

Source from the content-addressed store, hash-verified

107}
108
109function DropdownMenuRadioGroup({
110 ...props
111}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>) {
112 return (
113 <DropdownMenuPrimitive.RadioGroup
114 data-slot="dropdown-menu-radio-group"
115 {...props}
116 />
117 )
118}
119
120function DropdownMenuRadioItem({
121 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected