MCPcopy Index your code
hub / github.com/admineral/OpenAI-Assistant-API-Chat / CommandDialogProps

Interface CommandDialogProps

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