UNPKG

next

Version:

The React Framework

9 lines (8 loc) 249 B
export type ComponentStackFrame = { canOpenInEditor: boolean; component: string; file?: string; lineNumber?: number; column?: number; }; export declare function parseComponentStack(componentStack: string): ComponentStackFrame[];