({
...props
}: React.ComponentProps<typeof MenubarPrimitive.Group>)
| 29 | } |
| 30 | |
| 31 | function MenubarGroup({ |
| 32 | ...props |
| 33 | }: React.ComponentProps<typeof MenubarPrimitive.Group>) { |
| 34 | return <MenubarPrimitive.Group data-slot="menubar-group" {...props} /> |
| 35 | } |
| 36 | |
| 37 | function MenubarPortal({ |
| 38 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected