docusaurus-plugin-typedoc-api
Version:
Docusaurus plugin that provides source code API documentation powered by TypeDoc.
6 lines • 316 B
TypeScript
import type { JSONOutput } from 'typedoc';
export interface TypeParametersGenericProps {
params?: JSONOutput.TypeParameterReflection[];
}
export declare function TypeParametersGeneric({ params }: TypeParametersGenericProps): import("react").JSX.Element | null;
//# sourceMappingURL=TypeParametersGeneric.d.ts.map