Update API report to new format

Signed-off-by: Niklas Granander <ngranander@spotify.com>
This commit is contained in:
Niklas Granander
2021-07-14 10:03:55 +02:00
parent 37861100e5
commit c24c29fdba
+6 -4
View File
@@ -3,6 +3,7 @@
> 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';
@@ -11,11 +12,12 @@ import { RouteRef } from '@backstage/core-plugin-api';
export const XcmetricsPage: () => JSX.Element;
// @public (undocumented)
export const xcmetricsPlugin: BackstagePlugin<{
export const xcmetricsPlugin: BackstagePlugin<
{
root: RouteRef<undefined>;
}, {}>;
},
{}
>;
// (No @packageDocumentation comment for this package)
```