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.

15 lines (14 loc) 311 B
export interface FullScreenPreviewProps { /** * image source in string format */ imgSource?: string; /** * boolean value. Whether to open the preview or not */ openImage?: boolean; /** * handler for on Close operation */ onClose?: Function; }