({
...props
}: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>)
| 41 | } |
| 42 | |
| 43 | function MenubarRadioGroup({ |
| 44 | ...props |
| 45 | }: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>) { |
| 46 | return ( |
| 47 | <MenubarPrimitive.RadioGroup data-slot="menubar-radio-group" {...props} /> |
| 48 | ) |
| 49 | } |
| 50 | |
| 51 | function MenubarTrigger({ |
| 52 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected