@backstage/plugin-techdocs-module-addons-contrib
Version:
Plugin module for contributed TechDocs Addons
13 lines (10 loc) • 657 B
TypeScript
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
/** @alpha */
declare const techDocsExpandableNavigationAddonModule: _backstage_frontend_plugin_api.FrontendModule;
/** @alpha */
declare const techDocsReportIssueAddonModule: _backstage_frontend_plugin_api.FrontendModule;
/** @alpha */
declare const techDocsTextSizeAddonModule: _backstage_frontend_plugin_api.FrontendModule;
/** @alpha */
declare const techDocsLightBoxAddonModule: _backstage_frontend_plugin_api.FrontendModule;
export { techDocsExpandableNavigationAddonModule, techDocsLightBoxAddonModule, techDocsReportIssueAddonModule, techDocsTextSizeAddonModule };