({
...props
}: React.ComponentProps<typeof MenubarPrimitive.Portal>)
| 35 | } |
| 36 | |
| 37 | function MenubarPortal({ |
| 38 | ...props |
| 39 | }: React.ComponentProps<typeof MenubarPrimitive.Portal>) { |
| 40 | return <MenubarPrimitive.Portal data-slot="menubar-portal" {...props} /> |
| 41 | } |
| 42 | |
| 43 | function MenubarRadioGroup({ |
| 44 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected