MCPcopy Create free account
hub / github.com/BingyanStudio/github-analyzer / SelectValue

Function SelectValue

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected