import React from 'react'; import { Image } from '@seliseblocks/next-images'; import Box from '@mui/material/Box'; import { ISingleFilePreviewProps } from '../types'; /** * @description SingleFilePreview - component * @param {ISingleFilePreviewProps} imgUrl - The props of the single file preview * @return {React.ReactNode} component - The single file preview */ export const SingleFilePreview = ({ imgUrl = '' }: ISingleFilePreviewProps) => ( file preview );