UNPKG

oom-editor

Version:

Awsome markdown editor for oom community!

6 lines (5 loc) 183 B
export declare class FileUploader { readonly host: string; constructor(host: string); sendUsingAxios(files: FileList): Promise<import("axios").AxiosResponse<any, any>>; }