UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

16 lines 370 B
/** * This module exports all the components used when rendering the elements * of the page. * * * @module Theme/Partials * @author Alan Rodas Bonjour <alanrodas@gmail.com> * * @internal */ export * from './Members'; export * from './Navigation'; export * from './Sections'; export * from './Types'; export * from './Others'; //# sourceMappingURL=index.d.ts.map