UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

3 lines (2 loc) 170 B
import type { InstallPackageResponse } from '@remotion/studio-shared'; export declare const installPackages: (packageNames: string[]) => Promise<InstallPackageResponse>;