MCPcopy
hub / github.com/ZHO-ZHO-ZHO/Nano-Bananary / ResultDisplayProps

Interface ResultDisplayProps

components/ResultDisplay.tsx:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { downloadImage } from '../utils/fileUtils';
5
6interface ResultDisplayProps {
7 content: GeneratedContent;
8 onUseImageAsInput: (imageUrl: string) => void;
9 onImageClick: (imageUrl: string) => void;
10 originalImageUrl: string | null;
11}
12
13type ViewMode = 'result' | 'side-by-side' | 'slider';
14type TwoStepViewMode = 'result' | 'grid' | 'slider';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected