MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / DraggerProps

Interface DraggerProps

upload-component/src/Upload/Dragger.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import classNames from 'classnames'
3
4interface DraggerProps extends PropsWithChildren{
5 onFile: (files: FileList) => void;
6}
7
8export const Dragger: FC<DraggerProps> = (props) => {
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected