init commit
This commit is contained in:
4
remotion/node_modules/@remotion/studio/dist/helpers/document-title.d.ts
generated
vendored
Normal file
4
remotion/node_modules/@remotion/studio/dist/helpers/document-title.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { AnyRenderJob } from '../components/RenderQueue/context';
|
||||
export declare const setCurrentCanvasContentId: (id: string | null) => void;
|
||||
export declare const setUnsavedProps: (unsaved: boolean) => void;
|
||||
export declare const setRenderJobs: (jobs: AnyRenderJob[]) => void;
|
||||
Reference in New Issue
Block a user