UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

10 lines (9 loc) 341 B
import React from 'react'; import type { AssetMetadata } from '../helpers/get-asset-metadata'; import type { AssetFileType } from './Preview'; export declare const FilePreview: React.FC<{ readonly src: string; readonly fileType: AssetFileType; readonly currentAsset: string; readonly assetMetadata: AssetMetadata | null; }>;