UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 199 B
import type { RenderJob } from '@remotion/studio-shared'; import React from 'react'; export declare const RenderQueueItem: React.FC<{ readonly job: RenderJob; readonly selected: boolean; }>;