UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 376 B
import type { SequenceNodePath } from '@remotion/studio-shared'; import type { TSequence } from 'remotion'; import type { OriginalPosition } from '../../error-overlay/react-overlay/utils/get-source-map'; export declare const useSequencePropsSubscription: (sequence: TSequence, originalLocation: OriginalPosition | null, visualModeEnabled: boolean) => SequenceNodePath | null;