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