UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

3 lines (2 loc) 210 B
import type { ErrorLocation, SymbolicatedStackFrame } from '@remotion/studio-shared'; export declare const resolveFileSource: (location: ErrorLocation, contextLines: number) => Promise<SymbolicatedStackFrame>;