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

Interface DialogContentProps

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

Source from the content-addressed store, hash-verified

64}
65
66export interface DialogContentProps extends MotionSafeSectionAttributes {}
67
68const DialogContent = React.forwardRef<HTMLElement, DialogContentProps>(
69 ({ className, ...props }, ref) => {

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…