init commit
This commit is contained in:
6
remotion/node_modules/@remotion/studio/dist/helpers/calculate-timeline.d.ts
generated
vendored
Normal file
6
remotion/node_modules/@remotion/studio/dist/helpers/calculate-timeline.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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[];
|
||||
Reference in New Issue
Block a user