({
...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
| 212 | } |
| 213 | |
| 214 | function DropdownMenuSub({ |
| 215 | ...props |
| 216 | }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>) { |
| 217 | return <DropdownMenuPrimitive.Sub data-slot="dropdown-menu-sub" {...props} /> |
| 218 | } |
| 219 | |
| 220 | function DropdownMenuSubTrigger({ |
| 221 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected