MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / DropdownMenuSub

Function DropdownMenuSub

components/ui/dropdown-menu.tsx:214–218  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)

Source from the content-addressed store, hash-verified

212}
213
214function DropdownMenuSub({
215 ...props
216}: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>) {
217 return <DropdownMenuPrimitive.Sub data-slot="dropdown-menu-sub" {...props} />
218}
219
220function DropdownMenuSubTrigger({
221 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected