@dotglitch/ngx-common
Version:
Angular components and utilities that are commonly used.
6 lines (5 loc) • 312 B
TypeScript
import { Fetch } from '../../public-api';
import { NgxFileManagerConfiguration } from './filemanager.component';
export declare const uploadFile: (fetch: Fetch, config: NgxFileManagerConfiguration, currentDirectory: string, targetPath?: string, contextTags?: {
[key: string]: string;
}) => Promise<unknown>;