UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

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;