UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

7 lines 330 B
/** * @module Theme/Partials/Comments * @author Alan Rodas Bonjour <alanrodas@gmail.com> */ import { DefaultThemeRenderContext, JSX, Reflection } from 'typedoc'; export declare const commentSummary: (context: DefaultThemeRenderContext, props: Reflection) => JSX.Element | undefined; //# sourceMappingURL=commentSummary.d.ts.map