UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 188 B
import React from 'react'; import type { TSequence } from 'remotion'; export declare const TimelineStack: React.FC<{ readonly isCompact: boolean; readonly sequence: TSequence; }>;