init commit
This commit is contained in:
6
remotion/node_modules/@remotion/studio/dist/helpers/get-timeline-sequence-hash.d.ts
generated
vendored
Normal file
6
remotion/node_modules/@remotion/studio/dist/helpers/get-timeline-sequence-hash.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { TSequence } from 'remotion';
|
||||
export declare const getTimelineSequenceHash: (sequence: TSequence, allSequences: TSequence[], hashesUsedInRoot: {
|
||||
[rootId: string]: string[];
|
||||
}, cache: {
|
||||
[sequenceId: string]: string;
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user