UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 209 B
import React from 'react'; export declare const InstallablePackageComp: React.FC<{ readonly isInstalled: boolean; readonly pkg: string; readonly link: string; readonly description: string; }>;