4 lines
262 B
TypeScript
4 lines
262 B
TypeScript
import type { DownloadProgress } from '@remotion/studio-server';
|
|
export declare const getFileSizeDownloadBar: (downloaded: number) => string;
|
|
export declare const makeMultiDownloadProgress: (progresses: DownloadProgress[], totalFrames: number) => string | null;
|