UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

14 lines 555 B
import { TypedocPlugin } from '../Utils/Plugins'; /** * A Plugin to remove re-exports references. * * This is just a copy of the code at `typedoc-plugin-remove-references` * that has not been updated in a while and it's still in CJS while everything has been * migrated to ESM. If in the future the module receives updates we can wrap * around it as we do with other plugins. */ export declare class RemoveReferencesPlugin extends TypedocPlugin { /** @inheritdoc */ initialize(): void; } //# sourceMappingURL=RemoveReferencesPlugin.d.ts.map