${component.value.map((fileArg) => {
const fileType = component.getFileType(fileArg);
const isImage = fileType === 'image';
return html`
`;
})}
` : html`
${isImage && component.canShowPreview(fileArg) ? html`
` : html`
`}
${fileArg.name}
${component.formatFileSize(fileArg.size)}
Drag files here or click to browse