7 lines
250 B
TypeScript
7 lines
250 B
TypeScript
import type { TSequence } from 'remotion';
|
|
export declare const getTimelineSequenceHash: (sequence: TSequence, allSequences: TSequence[], hashesUsedInRoot: {
|
|
[rootId: string]: string[];
|
|
}, cache: {
|
|
[sequenceId: string]: string;
|
|
}) => string;
|