init commit
This commit is contained in:
6
remotion/node_modules/@remotion/studio/dist/api/go-to-composition.d.ts
generated
vendored
Normal file
6
remotion/node_modules/@remotion/studio/dist/api/go-to-composition.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Selects a composition in the Remotion Studio.
|
||||
* @param compositionId - The ID of the composition to select.
|
||||
* @see [Documentation](/docs/studio/go-to-composition)
|
||||
*/
|
||||
export declare const goToComposition: (compositionId: string) => void;
|
||||
Reference in New Issue
Block a user