UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

8 lines 413 B
/** * @module Theme/Partials/Types * @author Alan Rodas Bonjour <alanrodas@gmail.com> */ import { DefaultThemeRenderContext, JSX, SomeType } from 'typedoc'; export declare const typeDetailsIfUseful: (context: DefaultThemeRenderContext, type: SomeType | undefined) => JSX.Children; export declare const renderingTypeDetailsIsUseful: (type: SomeType) => boolean; //# sourceMappingURL=typeDetailsIfUseful.d.ts.map