({ ...props }: MenuPrimitive.Portal.Props)
| 12 | } |
| 13 | |
| 14 | function DropdownMenuPortal({ ...props }: MenuPrimitive.Portal.Props) { |
| 15 | return <MenuPrimitive.Portal data-slot="dropdown-menu-portal" {...props} />; |
| 16 | } |
| 17 | |
| 18 | function DropdownMenuTrigger({ ...props }: MenuPrimitive.Trigger.Props) { |
| 19 | return <MenuPrimitive.Trigger data-slot="dropdown-menu-trigger" {...props} />; |
nothing calls this directly
no outgoing calls
no test coverage detected