MCPcopy Create free account
hub / github.com/cosscom/coss / CommandGroupLabel

Function CommandGroupLabel

packages/ui/src/components/command.tsx:190–201  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof AutocompleteGroupLabel>)

Source from the content-addressed store, hash-verified

188}
189
190export function CommandGroupLabel({
191 className,
192 ...props
193}: React.ComponentProps<typeof AutocompleteGroupLabel>): React.ReactElement {
194 return (
195 <AutocompleteGroupLabel
196 className={className}
197 data-slot="command-group-label"
198 {...props}
199 />
200 );
201}
202
203export function CommandCollection({
204 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected