Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/cli/dist/download-progress.d.ts

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;