UNPKG

next

Version:

The React Framework

5 lines (4 loc) 246 B
import type { ComponentStackFrame } from '../../helpers/parse-component-stack'; export declare function ComponentStackFrameRow({ componentStackFrame, }: { componentStackFrame: ComponentStackFrame; }): import("react/jsx-runtime").JSX.Element;