MCPcopy Create free account
hub / github.com/evolify/dumpfun / SelectGroup

Function SelectGroup

common/components/ui/select.tsx:13–17  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof SelectPrimitive.Group>)

Source from the content-addressed store, hash-verified

11}
12
13function SelectGroup({
14 ...props
15}: React.ComponentProps<typeof SelectPrimitive.Group>) {
16 return <SelectPrimitive.Group data-slot="select-group" {...props} />
17}
18
19function SelectValue({
20 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected