({
...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
| 59 | } |
| 60 | |
| 61 | function DropdownMenuGroup({ |
| 62 | ...props |
| 63 | }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>) { |
| 64 | return ( |
| 65 | <DropdownMenuPrimitive.Group data-slot="dropdown-menu-group" {...props} /> |
| 66 | ) |
| 67 | } |
| 68 | |
| 69 | function DropdownMenuItem({ |
| 70 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected