@gobstones/typedoc-theme-gobstones
Version:
A simple theme for the Gobstones generated documentation.
8 lines • 379 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 memberGetterSetter: (context: DefaultThemeRenderContext, props: DeclarationReflection) => JSX.Element;
//# sourceMappingURL=member.getterSetter.d.ts.map