Type alias FilePreviewProps

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

Type declaration

Generated using TypeDoc