MCPcopy Create free account
hub / github.com/ShaanCoding/makeread.me / CommandDialogProps

Interface CommandDialogProps

frontend/components/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