UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

3 lines (2 loc) 163 B
import type { TSequence } from 'remotion'; export declare const getTimelineNestedLevel: (sequence: TSequence, allSequences: TSequence[], depth: number) => number;