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