UNPKG

@osmandvc/react-upload-control-components

Version:

UI components for the react-upload-control library.

10 lines (9 loc) 323 B
import { PropsWithChildren } from "react"; /** * The Default Container for the File Upload Control */ interface ContainerProps extends PropsWithChildren { className?: string; } export declare const FileUploadContainer: ({ className, children, }: ContainerProps) => import("react/jsx-runtime").JSX.Element; export {};