UNPKG

remotion

Version:

Make videos programmatically

5 lines (4 loc) 266 B
import React from 'react'; import type { AllOffthreadVideoProps, RemotionOffthreadVideoProps } from './props.js'; export declare const InnerOffthreadVideo: React.FC<AllOffthreadVideoProps>; export declare const OffthreadVideo: React.FC<RemotionOffthreadVideoProps>;