UNPKG

remotion

Version:

Make videos programmatically

12 lines (11 loc) 332 B
export declare const SequenceContext: import("react").Context<SequenceContextType | null>; export type SequenceContextType = { cumulatedFrom: number; relativeFrom: number; parentFrom: number; durationInFrames: number; id: string; width: number | null; height: number | null; premounting: boolean; };