({
...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
| 52 | } |
| 53 | |
| 54 | function DropdownMenuGroup({ |
| 55 | ...props |
| 56 | }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>) { |
| 57 | return ( |
| 58 | <DropdownMenuPrimitive.Group data-slot="dropdown-menu-group" {...props} /> |
| 59 | ) |
| 60 | } |
| 61 | |
| 62 | function DropdownMenuItem({ |
| 63 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected