3 lines
272 B
TypeScript
3 lines
272 B
TypeScript
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;
|