UNPKG

remotion

Version:

Render videos in React

9 lines 255 B
import React from 'react'; export declare type LoopProps = { durationInFrames: number; times?: number; layout?: 'absolute-fill' | 'none'; name?: string; }; export declare const Loop: React.FC<LoopProps>; //# sourceMappingURL=index.d.ts.map