UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

9 lines 289 B
import { TypedocPlugin } from '../Utils/Plugins'; /** * A Plugin class that wraps the `typedoc-plugin-merge-modules` plugin. */ export declare class MergeModulePlugin extends TypedocPlugin { /** @inheritdoc */ initialize(): void; } //# sourceMappingURL=MergeModulePlugin.d.ts.map