UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 220 B
import React from 'react'; export declare const TimelineVideoInfo: React.FC<{ readonly src: string; readonly visualizationWidth: number; readonly startFrom: number; readonly durationInFrames: number; }>;