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

Function CommandDialogTrigger

packages/ui/src/components/command.tsx:28–37  ·  view source on GitHub ↗
(
  props: CommandDialogPrimitive.Trigger.Props,
)

Source from the content-addressed store, hash-verified

26 CommandDialogPrimitive.createHandle;
27
28export function CommandDialogTrigger(
29 props: CommandDialogPrimitive.Trigger.Props,
30): React.ReactElement {
31 return (
32 <CommandDialogPrimitive.Trigger
33 data-slot="command-dialog-trigger"
34 {...props}
35 />
36 );
37}
38
39export function CommandDialogBackdrop({
40 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected