Add API Report

Signed-off-by: irma12 <irma@roadie.io>
This commit is contained in:
irma12
2021-11-26 15:00:04 +01:00
parent c8b4a30d1d
commit 8b14c7146d
+23
View File
@@ -0,0 +1,23 @@
## API Report File for "@backstage/plugin-tech-insights"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
/// <reference types="react" />
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { RouteRef } from '@backstage/core-plugin-api';
// @public (undocumented)
export const EntityTechInsightsScorecardContent: () => JSX.Element;
// @public (undocumented)
export const techInsightsPlugin: BackstagePlugin<
{
root: RouteRef<undefined>;
},
{}
>;
// (No @packageDocumentation comment for this package)
```