Type Alias FilePreviewProps

FilePreviewProps: ImageProps & HTMLAttributes<HTMLAudioElement> & HTMLAttributes<
    HTMLVideoElement,
> & HTMLAttributes<HTMLAnchorElement> & {
    path: string;
    type?: InputHTMLAttributes<HTMLInputElement>["accept"];
}
MMNEPVFCICPMFPCPTTAAATR