MCPcopy Create free account
hub / github.com/Sethispr/image-compressor / DropzoneProps

Interface DropzoneProps

components/Dropzone.tsx:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import {clsx} from 'clsx';
4
5interface DropzoneProps {
6 onFilesAdded: (files: File[]) => void;
7 isProcessing: boolean;
8 compact?: boolean;
9}
10
11const DropzoneComponent = ({
12 onFilesAdded,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected