docusaurus-plugin-typedoc-api
Version:
Docusaurus plugin that provides source code API documentation powered by TypeDoc.
10 lines • 361 B
TypeScript
import type { JSONOutput } from 'typedoc';
export interface DefaultValueProps {
comment?: JSONOutput.Comment;
type?: {
type: string;
};
value?: JSONOutput.SomeType | string;
}
export declare function DefaultValue({ comment, value, type }: DefaultValueProps): import("react").JSX.Element | null;
//# sourceMappingURL=DefaultValue.d.ts.map