diff --git a/plugins/api-docs-react/api-report.md b/plugins/api-docs-react/api-report.md new file mode 100644 index 0000000000..2f7c6db7c1 --- /dev/null +++ b/plugins/api-docs-react/api-report.md @@ -0,0 +1,16 @@ +## API Report File for "@backstage/plugin-api-docs-react" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts +/// + +// Warning: (ae-missing-release-tag) "grpcDocsApiWidget" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const grpcDocsApiWidget: { + type: string; + title: string; + component: (definition: string) => JSX.Element; +}; +```