docusaurus-plugin-typedoc-api
Version:
Docusaurus plugin that provides source code API documentation powered by TypeDoc.
6 lines • 355 B
TypeScript
import type { TSDDeclarationReflection, TSDReflection, TSDSignatureReflection } from '../types';
export interface ReflectionProps {
reflection: TSDDeclarationReflection | TSDReflection | TSDSignatureReflection;
}
export declare function Reflection({ reflection }: ReflectionProps): import("react").JSX.Element;
//# sourceMappingURL=Reflection.d.ts.map