@osmandvc/react-upload-control-components
Version:
UI components for the react-upload-control library.
7 lines (6 loc) • 366 B
TypeScript
import "../styles/tailwind.css";
import { FileUploadControlProps } from "../types";
/**
* The Default File-Upload-Control Component with a Drop-Area and a List which displays the Files.
*/
export declare const FileUploadControl: ({ className, children, disableCamera, disableFileSystem, size, }: FileUploadControlProps) => import("react/jsx-runtime").JSX.Element;