init commit
This commit is contained in:
3
remotion/node_modules/@remotion/cli/dist/download-progress.d.ts
generated
vendored
Normal file
3
remotion/node_modules/@remotion/cli/dist/download-progress.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { DownloadProgress } from '@remotion/studio-server';
|
||||
export declare const getFileSizeDownloadBar: (downloaded: number) => string;
|
||||
export declare const makeMultiDownloadProgress: (progresses: DownloadProgress[], totalFrames: number) => string | null;
|
||||
Reference in New Issue
Block a user