bpms_site/.svn/pristine/e6/e603a4d4158b1c415468d70d733eca7de56fa7d0.svn-base
2025-11-02 16:38:49 +03:30

6 lines
252 B
Plaintext

import React from 'react';
import type { StackFramesGroup } from '../../helpers/group-stack-frames-by-framework';
export declare function FrameworkIcon({ framework, }: {
framework: NonNullable<StackFramesGroup['framework']>;
}): React.JSX.Element;