UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

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