UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

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