UNPKG

remotion

Version:

Make videos programmatically

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