UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

9 lines (8 loc) 259 B
import React from 'react'; import type { TSequence } from 'remotion'; export declare const SPACING = 5; export declare const TimelineListItem: React.FC<{ readonly sequence: TSequence; readonly nestedDepth: number; readonly isCompact: boolean; }>;