@gobstones/typedoc-theme-gobstones
Version:
A simple theme for the Gobstones generated documentation.
12 lines • 529 B
TypeScript
/**
* @module Theme/Partials
* @author Alan Rodas Bonjour <alanrodas@gmail.com>
*/
import { JSX } from 'typedoc';
import type { ContainerReflection, DefaultThemeRenderContext, Reflection } from 'typedoc';
/**
* Renders the reflection name with an additional `?` if optional.
*/
export declare const renderName: (refl: Reflection) => JSX.Element | (string | JSX.Element)[];
export declare const index: (context: DefaultThemeRenderContext, props: ContainerReflection) => JSX.Element;
//# sourceMappingURL=indexElement.d.ts.map