UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

4 lines (3 loc) 216 B
import type { AnyRenderJob } from '../components/RenderQueue/context'; export declare const setCurrentCanvasContentId: (id: string | null) => void; export declare const setRenderJobs: (jobs: AnyRenderJob[]) => void;