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

Interface DialogProps

src/components/NewPayoutDialog.tsx:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18} from '@/components/ui/dialog';
19
20interface DialogProps {
21 isOpen: boolean;
22 onClose: () => void;
23 title: string;
24}
25
26export default function NewPayoutDialog({
27 isOpen,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected