({
...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
| 193 | } |
| 194 | |
| 195 | function DropdownMenuSub({ |
| 196 | ...props |
| 197 | }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>) { |
| 198 | return <DropdownMenuPrimitive.Sub data-slot="dropdown-menu-sub" {...props} /> |
| 199 | } |
| 200 | |
| 201 | function DropdownMenuSubTrigger({ |
| 202 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected