UNPKG

docusaurus-plugin-typedoc-api

Version:

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

6 lines 288 B
import type { JSONOutput } from 'typedoc'; export interface TypeParametersProps { params?: JSONOutput.TypeParameterReflection[]; } export declare function TypeParameters({ params }: TypeParametersProps): import("react").JSX.Element | null; //# sourceMappingURL=TypeParameters.d.ts.map