All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.message.Attachments.tsx Maven / Gradle / Ivy

There is a newer version: 0.80.3
Show newest version
import { Divider } from '@mui/material';
import FileTiles   from 'components/tile/FileTiles';
import { FileRef } from 'types/fileref';

const Attachments = ({fileRefs}: {fileRefs: FileRef[]}) => (
  <>
    { fileRefs?.length ?  : null }
    
  
)

export default Attachments




© 2015 - 2024 Weber Informatics LLC | Privacy Policy