From ab98569836459dbbd11335997118b39b6c5e7433 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Fri, 29 Sep 2023 12:06:34 +0200 Subject: [PATCH] docs(explore): update api reports Signed-off-by: Camila Belo --- plugins/explore/alpha-api-report.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 plugins/explore/alpha-api-report.md diff --git a/plugins/explore/alpha-api-report.md b/plugins/explore/alpha-api-report.md new file mode 100644 index 0000000000..3d6e527629 --- /dev/null +++ b/plugins/explore/alpha-api-report.md @@ -0,0 +1,19 @@ +## API Report File for "@backstage/plugin-explore" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts +import { BackstagePlugin } from '@backstage/frontend-plugin-api'; +import { Extension } from '@backstage/frontend-plugin-api'; + +// @alpha (undocumented) +const _default: BackstagePlugin; +export default _default; + +// @alpha (undocumented) +export const ExploreSearchResultListItemExtension: Extension<{ + noTrack?: boolean | undefined; +}>; + +// (No @packageDocumentation comment for this package) +```