UNPKG

docusaurus-plugin-typedoc-api

Version:

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

6 lines 256 B
import type { JSONOutput } from 'typedoc'; export interface TypeAndParentProps { type?: JSONOutput.SomeType; } export declare function TypeAndParent({ type }: TypeAndParentProps): import("react").JSX.Element; //# sourceMappingURL=TypeAndParent.d.ts.map