Files
story-studio/remotion/node_modules/@remotion/studio/dist/helpers/calculate-timeline.d.ts
2026-02-21 10:33:18 +01:00

7 lines
272 B
TypeScript

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[];