UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 151 B
import React from 'react'; import type { TSequence } from 'remotion'; export declare const TimelineSequence: React.FC<{ readonly s: TSequence; }>;