UNPKG

next

Version:

The React Framework

6 lines (5 loc) 292 B
import React from 'react'; import type { ComponentStackFrame } from '../../helpers/parse-component-stack'; export declare function ComponentStackFrameRow({ componentStackFrame: { component, file, lineNumber, column }, }: { componentStackFrame: ComponentStackFrame; }): React.JSX.Element;