UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 223 B
import React from 'react'; import type { AssetMetadata } from '../helpers/get-asset-metadata'; export declare const RenderPreview: React.FC<{ readonly path: string; readonly assetMetadata: AssetMetadata | null; }>;