UNPKG

next

Version:

The React Framework

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