UNPKG

remotion

Version:

Make videos programmatically

6 lines (5 loc) 200 B
import type { TSequence } from './CompositionManager.js'; export declare const useSequenceRegistration: ({ getSequence, id, }: { getSequence: (() => TSequence) | null; id: string; }) => void;