UNPKG

remotion

Version:

Render videos in React

4 lines 181 B
/// <reference types="react" /> import { StillProps } from './Composition'; export declare const Still: <T>(props: StillProps<T>) => JSX.Element; //# sourceMappingURL=Still.d.ts.map