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

Function CommandItem

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

Source from the content-addressed store, hash-verified

207}
208
209export function CommandItem({
210 className,
211 ...props
212}: React.ComponentProps<typeof AutocompleteItem>): React.ReactElement {
213 return (
214 <AutocompleteItem
215 className={cn("py-1.5", className)}
216 data-slot="command-item"
217 {...props}
218 />
219 );
220}
221
222export function CommandSeparator({
223 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected