UNPKG

yanzhen-design-vue

Version:

11 lines (10 loc) 358 B
export declare function getFileExtension(filename: string): string; export declare function isImageFile(filename: string): boolean; export declare function getBase64(file: File): Promise<string>; export declare const imageErrorTypes: { ACCEPT: string; MAX_SIZE: string; MAX_COUNT: string; MAX_COUNT_REMAINDER: string; UNKNOWN: string; };