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