@gobstones/typedoc-theme-gobstones
Version:
A simple theme for the Gobstones generated documentation.
7 lines • 364 B
TypeScript
/**
* @module Theme/Partials/Members
* @author Alan Rodas Bonjour <alanrodas@gmail.com>
*/
import { DeclarationReflection, DefaultThemeRenderContext, DocumentReflection, JSX } from 'typedoc';
export declare const member: (context: DefaultThemeRenderContext, props: DeclarationReflection | DocumentReflection) => JSX.Element;
//# sourceMappingURL=member.d.ts.map