UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

3 lines (2 loc) 150 B
import type { ResolvedStackLocation } from 'remotion'; export declare const useResolvedStack: (stack: string | null) => ResolvedStackLocation | null;