UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 267 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; readonly getBlob?: () => Promise<Blob>; }>;