UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 190 B
import React from 'react'; import type { ClientRenderJob } from './client-side-render-types'; export declare const RenderQueueDownloadItem: React.FC<{ readonly job: ClientRenderJob; }>;