@gobstones/typedoc-theme-gobstones
Version:
A simple theme for the Gobstones generated documentation.
16 lines • 609 B
TypeScript
/**
* @module Theme/Templates
* @author Alan Rodas Bonjour <alanrodas@gmail.com>
*/
import type { DefaultThemeRenderContext, PageEvent, ProjectReflection } from 'typedoc';
import { JSX } from 'typedoc';
/**
* The component that defines how to render the main README file.
*
* @param context - The theme context.
* @param props - A page event with the project's reflection.
*
* @returns A JSX.Element to render the README file.
*/
export declare const indexTemplate: (context: DefaultThemeRenderContext, props: PageEvent<ProjectReflection>) => JSX.Element;
//# sourceMappingURL=indexTemplate.d.ts.map