UNPKG

mui-forms

Version:

Material UI forms with json based schema

10 lines (9 loc) 245 B
/// <reference types="react" /> interface IProps { filePreview: string; previewWidth: string; previewHeight: string; title: string; } declare function FilePreview(props: IProps): JSX.Element; export default FilePreview;