UNPKG

reactjs-file-preview

Version:

Effortlessly preview images, videos, and PDFs in your React applications with MyFilePreview. This lightweight and customizable component intelligently detects file types and displays them.

3 lines (2 loc) 194 B
export declare const getFileType: (fileType: string | undefined, preview: string | File, axiosInstance?: any) => Promise<string>; export declare const getFileExtension: (url: string) => string;