UNPKG

next

Version:

The React Framework

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