UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

9 lines 397 B
/** * @module Theme/Partials/Members * @author Alan Rodas Bonjour <alanrodas@gmail.com> */ import { DefaultThemeRenderContext, JSX, SignatureReflection } from 'typedoc'; export declare const memberSignatureBody: (context: DefaultThemeRenderContext, props: SignatureReflection, { hideSources }?: { hideSources?: boolean; }) => JSX.Element; //# sourceMappingURL=member.signature.body.d.ts.map