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

Function SelectValue

components/ui/select.tsx:21–25  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof SelectPrimitive.Value>)

Source from the content-addressed store, hash-verified

19}
20
21function SelectValue({
22 ...props
23}: React.ComponentProps<typeof SelectPrimitive.Value>) {
24 return <SelectPrimitive.Value data-slot="select-value" {...props} />
25}
26
27function SelectTrigger({
28 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected