UNPKG

docusaurus-plugin-typedoc-api

Version:

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

9 lines 511 B
import { JSONOutput } from 'typedoc'; export type CommentWithModifiers = Pick<JSONOutput.Comment, 'blockTags' | 'summary'> & Required<Pick<JSONOutput.Comment, 'modifierTags'>>; export declare function isCommentWithModifiers(comment?: JSONOutput.Comment): comment is CommentWithModifiers; interface CommentBadgesProps { comment: CommentWithModifiers; } export declare function CommentBadges({ comment }: CommentBadgesProps): import("react").JSX.Element; export {}; //# sourceMappingURL=CommentBadges.d.ts.map