UNPKG

docusaurus-plugin-typedoc-api

Version:

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

6 lines 286 B
import type { JSONOutput } from 'typedoc'; export interface MemberReferenceProps { reflection: JSONOutput.ReferenceReflection; } export declare function MemberReference({ reflection }: MemberReferenceProps): import("react").JSX.Element; //# sourceMappingURL=MemberReference.d.ts.map