UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

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