MCPcopy
hub / github.com/vercel/chatbot / ImageEditorProps

Interface ImageEditorProps

components/image-editor.tsx:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import cn from 'classnames';
3
4interface ImageEditorProps {
5 title: string;
6 content: string;
7 isCurrentVersion: boolean;
8 currentVersionIndex: number;
9 status: string;
10 isInline: boolean;
11}
12
13export function ImageEditor({
14 title,

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…