UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 190 B
import type { AssetMetadata } from '../helpers/get-asset-metadata'; export declare const StaticFilePreview: React.FC<{ currentAsset: string; assetMetadata: AssetMetadata | null; }>;