UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

7 lines 382 B
/** * @module Theme/Partials/Comments * @author Alan Rodas Bonjour <alanrodas@gmail.com> */ import { CommentDisplayPart, DefaultThemeRenderContext, JSX } from 'typedoc'; export declare const renderDisplayParts: ({ markdown }: DefaultThemeRenderContext, parts: readonly CommentDisplayPart[] | undefined) => JSX.Element | undefined; //# sourceMappingURL=renderDisplayParts.d.ts.map