UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 165 B
import React from 'react'; import type { AnyRenderJob } from './context'; export declare const RenderQueueItemStatus: React.FC<{ readonly job: AnyRenderJob; }>;