UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

3 lines (2 loc) 272 B
export declare const getLocationOfSequence: (stack: string | null) => import("@remotion/studio-shared").StackFrame | null; export declare const getLocationOfFunctionCall: (stack: string | null, functionName: string) => import("@remotion/studio-shared").StackFrame | null;