({
...props
}: React.ComponentProps<typeof MenubarPrimitive.Sub>)
| 211 | } |
| 212 | |
| 213 | function MenubarSub({ |
| 214 | ...props |
| 215 | }: React.ComponentProps<typeof MenubarPrimitive.Sub>) { |
| 216 | return <MenubarPrimitive.Sub data-slot="menubar-sub" {...props} /> |
| 217 | } |
| 218 | |
| 219 | function MenubarSubTrigger({ |
| 220 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected