UNPKG

ant-design-x-vue

Version:

Craft AI-driven interfaces effortlessly

4 lines (3 loc) 216 B
export declare const isImageFileType: (type: string) => boolean; export declare function previewImage(file: File | Blob): Promise<string>; export declare function matchExt(suffix: string, ext: Set<string>): boolean;