MCPcopy Create free account
hub / github.com/dhavalCode/ai-image-generator / ImageModalProps

Interface ImageModalProps

client/src/components/ImageModal.tsx:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7// ------------------------------------------------------------
8
9interface ImageModalProps {
10 dialogState: ImageModalState
11 setDialogState: React.Dispatch<React.SetStateAction<ImageModalState>>
12}
13
14const ImageModal: React.FC<ImageModalProps> = ({
15 dialogState,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected