UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

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