UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 266 B
import type { RenderJob } from '@remotion/studio-shared'; export declare const setCurrentCanvasContentId: (id: string | null) => void; export declare const setUnsavedProps: (unsaved: boolean) => void; export declare const setRenderJobs: (jobs: RenderJob[]) => void;