6 lines
252 B
Plaintext
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;
|