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

Function CommandSeparator

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

Source from the content-addressed store, hash-verified

220}
221
222export function CommandSeparator({
223 className,
224 ...props
225}: React.ComponentProps<typeof AutocompleteSeparator>): React.ReactElement {
226 return (
227 <AutocompleteSeparator
228 className={cn("my-2", className)}
229 data-slot="command-separator"
230 {...props}
231 />
232 );
233}
234
235export function CommandShortcut({
236 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected