OptionalaudioViewerProps
audioViewerProps?: Pick<AudioViewerProps, "audioProps" | "sourceProps">
filePath
filePath: string
fileType
fileType:
| "image/png"
| "application/pdf"
| "image/jpeg"
| "image/gif"
| "image/webp"
| "video/mp4"
| "video/quicktime"
| "audio/mpeg"
| "audio/ogg"
| "audio/wav"
OptionalimageViewerProps
imageViewerProps?: Omit<
DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>,
"src",
>
OptionalpdfViewerProps
pdfViewerProps?: Omit<
DetailedHTMLProps<
EmbedHTMLAttributes<HTMLEmbedElement>,
HTMLEmbedElement,
>,
"type" | "src",
>
OptionalvideoViewerProps
videoViewerProps?: Pick<VideoViewerProps, "sourceProps" | "videoProps">