UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

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