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

Function CommandGroup

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

Source from the content-addressed store, hash-verified

175}
176
177export function CommandGroup({
178 className,
179 ...props
180}: React.ComponentProps<typeof AutocompleteGroup>): React.ReactElement {
181 return (
182 <AutocompleteGroup
183 className={className}
184 data-slot="command-group"
185 {...props}
186 />
187 );
188}
189
190export function CommandGroupLabel({
191 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected