MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / SelectGroup

Function SelectGroup

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected