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