MCPcopy Create free account
hub / github.com/bytebase/dbhub / CommandGroupLabel

Function CommandGroupLabel

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected