bpms_site/.svn/pristine/2b/2b23d99697e56e3b35e9769fa4018377a8667708.svn-base
2025-11-02 16:38:49 +03:30

7 lines
274 B
Plaintext

import React from 'react';
import type { StackFramesGroup } from '../../helpers/group-stack-frames-by-framework';
export declare function GroupedStackFrames({ groupedStackFrames, all, }: {
groupedStackFrames: StackFramesGroup[];
all: boolean;
}): React.JSX.Element;