MCPcopy
hub / github.com/musistudio/claude-code-router / DialogProps

Interface DialogProps

src/renderer/components/ui/dialog.tsx:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface DialogProps extends MotionSafeDivAttributes {
28 onOpenChange?: (open: boolean) => void;
29 open?: boolean;
30}
31
32function Dialog({
33 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…