UNPKG

remotion

Version:

Render videos in React

10 lines (9 loc) 251 B
import React from 'react'; export declare type LoopProps = { durationInFrames: number; times?: number; layout?: 'absolute-fill' | 'none'; name?: string; children: React.ReactNode; }; export declare const Loop: React.FC<LoopProps>;