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

Interface CustomDropzoneProps

examples/react/src/CustomDropzone.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ProviderIcon, useDropzone, useFileInput } from '@uppy/react'
2
3export interface CustomDropzoneProps {
4 openModal: (plugin: 'webcam' | 'dropbox' | 'screen-capture') => void
5}
6
7export function CustomDropzone({ openModal }: CustomDropzoneProps) {
8 const { getRootProps, getInputProps } = useDropzone({ noClick: true })

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…