UNPKG

remotion

Version:

Render videos in React

4 lines (3 loc) 221 B
import { RemotionAudioProps } from './audio'; import { RemotionVideoProps } from './video'; export declare const validateMediaProps: (props: RemotionVideoProps | RemotionAudioProps, component: 'Video' | 'Audio') => void;