From b5706f4b04c05925084f6bc2f68ec7ae902fd59e Mon Sep 17 00:00:00 2001 From: Deepak Bhardwaj Date: Mon, 23 Aug 2021 19:30:20 +0530 Subject: [PATCH] Added api-report.md Signed-off-by: Deepak Bhardwaj --- plugins/allure/api-report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 plugins/allure/api-report.md diff --git a/plugins/allure/api-report.md b/plugins/allure/api-report.md new file mode 100644 index 0000000000..c39b092954 --- /dev/null +++ b/plugins/allure/api-report.md @@ -0,0 +1,27 @@ +## API Report File for "@backstage/plugin-allure" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts +/// + +import { BackstagePlugin } from '@backstage/core-plugin-api'; +import { RouteRef } from '@backstage/core-plugin-api'; + +// Warning: (ae-missing-release-tag) "allurePlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const allurePlugin: BackstagePlugin< + { + root: RouteRef; + }, + {} +>; + +// Warning: (ae-missing-release-tag) "EntityAllureReportContent" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const EntityAllureReportContent: () => JSX.Element; + +// (No @packageDocumentation comment for this package) +```