UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 224 B
import type { TSequence } from 'remotion'; import type { TrackWithHash } from './get-timeline-sequence-sort-key'; export declare const calculateTimeline: ({ sequences, }: { sequences: TSequence[]; }) => TrackWithHash[];