UNPKG

remotion

Version:

Make videos programmatically

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