UNPKG

remotion

Version:

Render videos in React

3 lines (2 loc) 119 B
import type { StillProps } from './Composition'; export declare const Still: <T>(props: StillProps<T>) => JSX.Element;