({ ...props }: MenuPrimitive.Group.Props)
| 54 | } |
| 55 | |
| 56 | function DropdownMenuGroup({ ...props }: MenuPrimitive.Group.Props) { |
| 57 | return <MenuPrimitive.Group data-slot="dropdown-menu-group" {...props} />; |
| 58 | } |
| 59 | |
| 60 | function DropdownMenuLabel({ |
| 61 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected