UNPKG

487 BTypeScriptView Raw
1import { Application } from 'typedoc';
2/**
3 * The function that is called by TypeDoc to bootstrap the plugin.
4 *
5 * Here we expose additional TypeDoc options and make some adjustments.
6 *
7 * This method is not intended to be consumed in any other context that via the `plugin` option.
8 *
9 * @see https://typedoc.org/guides/development/#plugins.
10 */
11export declare function load(app: Application): void;
12/**
13 * Export anything that is available publicly
14 */
15export * from './public-api';