UNPKG

docusaurus-plugin-typedoc-api

Version:

Docusaurus plugin that provides source code API documentation powered by TypeDoc.

6 lines 307 B
import type { TSDDeclarationReflection, TSDSignatureReflection } from '../types'; export interface IconProps { reflection: TSDDeclarationReflection | TSDSignatureReflection; } export declare function Icon({ reflection }: IconProps): import("react").JSX.Element | null; //# sourceMappingURL=Icon.d.ts.map