MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / ModalProps

Interface ModalProps

src/components/common/Modal.tsx:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7type Size = "sm" | "md" | "lg" | "xl" | "fit";
8
9interface ModalProps {
10 isOpen: boolean;
11 closeModal: () => void;
12 children: ReactNode;
13 size?: Size;
14 className?: string;
15}
16
17/**
18 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected