@gobstones/typedoc-theme-gobstones
Version:
A simple theme for the Gobstones generated documentation.
9 lines • 614 B
TypeScript
/**
* @module Theme/Partials/Types
* @author Alan Rodas Bonjour <alanrodas@gmail.com>
*/
import { CommentDisplayPart, DeclarationReflection, DefaultThemeRenderContext, JSX, ReferenceType, SomeType } from 'typedoc';
export declare const shouldExpandReference: (reference: ReferenceType) => boolean;
export declare const typeDetailsImpl: (context: DefaultThemeRenderContext, type: SomeType, renderAnchors: boolean, highlighted?: Map<string, CommentDisplayPart[]>) => JSX.Children;
export declare const renderingChildIsUseful: (refl: DeclarationReflection) => boolean;
//# sourceMappingURL=typeDetailsImpl.d.ts.map