Files
story-studio/remotion/node_modules/@remotion/cli/dist/download-progress.d.ts
2026-02-21 10:33:18 +01:00

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;