({
...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
| 13 | } |
| 14 | |
| 15 | function DropdownMenuPortal({ |
| 16 | ...props |
| 17 | }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>) { |
| 18 | return ( |
| 19 | <DropdownMenuPrimitive.Portal data-slot="dropdown-menu-portal" {...props} /> |
| 20 | ) |
| 21 | } |
| 22 | |
| 23 | function DropdownMenuTrigger({ |
| 24 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected