diff --git a/plugins/techdocs-module-addons-contrib/api-report.md b/plugins/techdocs-module-addons-contrib/api-report.md index 076b05957c..490b414141 100644 --- a/plugins/techdocs-module-addons-contrib/api-report.md +++ b/plugins/techdocs-module-addons-contrib/api-report.md @@ -31,4 +31,7 @@ export type ReportIssueTemplateBuilder = ({ // @public export const techdocsModuleAddonsContribPlugin: BackstagePlugin<{}, {}>; + +// @public +export const TextSize: (props: unknown) => JSX.Element | null; ``` diff --git a/plugins/techdocs-react/api-report.md b/plugins/techdocs-react/api-report.md index fa38feef14..d3803d6794 100644 --- a/plugins/techdocs-react/api-report.md +++ b/plugins/techdocs-react/api-report.md @@ -32,6 +32,7 @@ export const TECHDOCS_ADDONS_WRAPPER_KEY = 'techdocs.addons.wrapper.v1'; export const TechDocsAddonLocations: Readonly<{ readonly Header: 'Header'; readonly Subheader: 'Subheader'; + readonly Settings: 'Settings'; readonly PrimarySidebar: 'PrimarySidebar'; readonly SecondarySidebar: 'SecondarySidebar'; readonly Content: 'Content';