UNPKG

430 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 */
9export declare function load(app: Application): void;
10/**
11 * Export anything that is available publicly
12 */
13export * from './public-api.js';