UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

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