remotion
Version:
Make videos programmatically
5 lines (4 loc) • 348 B
TypeScript
import type { RemotionAudioProps } from './audio/index.js';
import type { RemotionVideoProps } from './video/index.js';
import type { RemotionOffthreadVideoProps } from './video/props.js';
export declare const validateMediaProps: (props: RemotionVideoProps | RemotionAudioProps | RemotionOffthreadVideoProps, component: "Video" | "Audio") => void;