UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

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