({
...props
}: React.ComponentProps<typeof MenubarPrimitive.Menu>)
| 23 | } |
| 24 | |
| 25 | function MenubarMenu({ |
| 26 | ...props |
| 27 | }: React.ComponentProps<typeof MenubarPrimitive.Menu>) { |
| 28 | return <MenubarPrimitive.Menu data-slot="menubar-menu" {...props} /> |
| 29 | } |
| 30 | |
| 31 | function MenubarGroup({ |
| 32 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected