Files
story-studio/remotion/node_modules/@remotion/studio/dist/helpers/get-location-of-sequence.d.ts
2026-02-21 10:33:18 +01:00

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;