MCPcopy Create free account
hub / github.com/code100x/cms / CommandDialogProps

Interface CommandDialogProps

src/components/ui/command.tsx:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected