UNPKG

docusaurus-plugin-typedoc-api

Version:

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

9 lines 315 B
import type { TSDDeclarationReflection } from '../types'; export interface IndexChildProps { id: number; } export interface IndexProps { reflection: TSDDeclarationReflection; } export declare function Index({ reflection }: IndexProps): import("react").JSX.Element | null; //# sourceMappingURL=Index.d.ts.map