UNPKG

296 BTypeScriptView Raw
1import { RemotionAudioProps } from './audio';
2import { RemotionVideoProps } from './video';
3import { OffthreadVideoProps } from './video/props';
4export declare const validateMediaProps: (props: RemotionVideoProps | RemotionAudioProps | OffthreadVideoProps, component: 'Video' | 'Audio') => void;