UNPKG

@uploadcare/blocks

Version:

Building blocks for Uploadcare products integration

5 lines 281 B
export const IMAGE_ACCEPT_LIST: string[]; export function mergeFileTypes(fileTypes?: string[]): string[]; export function matchFileType(fileType: string, allowedFileTypes: string[]): boolean; export function fileIsImage(file: File): boolean; //# sourceMappingURL=fileTypes.d.ts.map