UNPKG

@dropzone-ui/react

Version:

The best and most complete React library for managing file uploads. Multilanguage support. Server side support. Material design styles. Code generator on webpage.

6 lines (5 loc) 230 B
import "./FullScreenPreview.scss"; import { FC } from "react"; import { FullScreenPreviewProps } from "./FullScreenPreviewProps"; declare const FullScreenPreview: FC<FullScreenPreviewProps>; export default FullScreenPreview;