KnodesCommunity/typedoc-plugins

View on GitHub
packages/plugin-pages/src/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export { load } from './load';
export { IPluginOptions, EInvalidPageLinkHandling, IPageNode, IRootPageNode } from './options';
export { PageReflection, MenuReflection, NodeReflection, PagesPluginReflectionKind, ANodeReflection } from './models/reflections';
export { IPagesPluginThemeMethods, IPagesPluginTheme, RenderPageLinkProps } from './output/theme/types';