MCPcopy
hub / github.com/transloadit/uppy / ImageEditorProps

Interface ImageEditorProps

examples/react/src/ImageEditor.tsx:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { useImageEditor } from '@uppy/react'
3
4interface ImageEditorProps {
5 file: UppyFile<any, any>
6 close: () => void
7}
8
9export function ImageEditor({ file, close }: ImageEditorProps) {
10 const {

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…