UNPKG

next

Version:

The React Framework

5 lines (4 loc) 246 B
import type { StackFramesGroup } from '../../helpers/group-stack-frames-by-framework'; export declare function GroupedStackFrames({ groupedStackFrames, }: { groupedStackFrames: StackFramesGroup[]; }): import("react/jsx-runtime").JSX.Element;