UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 252 B
import { IProgress } from '../../../progress/progress.type'; import { IUploadProgressNotification } from './upload-progress-notification.type'; export declare function createUploadProgressNotification(progress: IProgress): IUploadProgressNotification;