UNPKG

next

Version:

The React Framework

5 lines (4 loc) 152 B
import { type OriginalStackFrame } from '../../helpers/stack-frame'; export declare const CallStackFrame: React.FC<{ frame: OriginalStackFrame; }>;