UNPKG

@artmate/chat

Version:

借鉴字节开源react库AntX,通过vue实现的版本

3 lines (2 loc) 139 B
export declare const isImageFileType: (type: string) => boolean; export declare function previewImage(file: Blob | File): Promise<string>;