UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 196 B
import React from 'react'; export declare const TimelineSequenceFrame: React.FC<{ readonly roundedFrame: number; readonly premounted: boolean; readonly postmounted: number | null; }>;