6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
import React from 'react';
|
|
import { type OriginalStackFrame } from '../../helpers/stack-frame';
|
|
export declare const CallStackFrame: React.FC<{
|
|
frame: OriginalStackFrame;
|
|
}>;
|