UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

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