UNPKG

@uppy/status-bar

Version:

A progress bar for Uppy, with many bells and whistles.

4 lines 303 B
import type { FileProcessingInfo } from '@uppy/utils/lib/FileProgress'; import type { UppyFile } from '@uppy/utils/lib/UppyFile'; export default function calculateProcessingProgress(files: Record<string, UppyFile<any, any>>): FileProcessingInfo; //# sourceMappingURL=calculateProcessingProgress.d.ts.map