UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

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