MCPcopy
hub / github.com/Peppermint-Lab/peppermint / CommandDialogProps

Interface CommandDialogProps

apps/client/@/shadcn/ui/command.tsx:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22Command.displayName = CommandPrimitive.displayName;
23
24interface CommandDialogProps extends DialogProps {}
25
26const CommandDialog = ({ children, ...props }: CommandDialogProps) => {
27 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected