UNPKG

@dotglitch/ngx-common

Version:

Angular components and utilities that are commonly used.

6 lines (5 loc) 322 B
import { Fetch } from '@dotglitch/ngx-common/core'; import { NgxFileManagerConfiguration } from './filemanager.component'; export declare const uploadFile: (fetch: Fetch, config: NgxFileManagerConfiguration, currentDirectory: string, targetPath?: string, contextTags?: { [key: string]: string; }) => Promise<unknown>;