UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 200 B
import React from 'react'; import type { TrackWithHash } from '../../helpers/get-timeline-sequence-sort-key'; export declare const TimelineList: React.FC<{ readonly timeline: TrackWithHash[]; }>;