UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 220 B
import type { RenderJob } from '@remotion/studio-shared'; export declare const supportsCopyingToClipboard: (job: RenderJob) => boolean; export declare const RenderQueueCopyToClipboard: React.FC<{ job: RenderJob; }>;