UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 275 B
/** * @description Restarts the Remotion Studio. * @see [Documentation](https://www.remotion.dev/docs/studio/restart-studio) */ import type { RestartStudioResponse } from '@remotion/studio-shared'; export declare const restartStudio: () => Promise<RestartStudioResponse>;