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

Function CommandEmpty

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

Source from the content-addressed store, hash-verified

147}
148
149export function CommandEmpty({
150 className,
151 ...props
152}: React.ComponentProps<typeof AutocompleteEmpty>): React.ReactElement {
153 return (
154 <AutocompleteEmpty
155 className={cn("not-empty:py-6", className)}
156 data-slot="command-empty"
157 {...props}
158 />
159 );
160}
161
162export function CommandPanel({
163 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected