UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

4 lines (3 loc) 262 B
import type { ClientRenderJobProgress } from './client-side-render-types'; export declare const formatEtaString: (timeRemainingInMilliseconds: number) => string; export declare const getClientRenderProgressMessage: (progress: ClientRenderJobProgress) => string;