UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

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