chore: updating api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-15 10:38:45 +02:00
parent 71519b2ddc
commit 549d5502cc
4 changed files with 473 additions and 4 deletions
+29 -1
View File
@@ -3,7 +3,13 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
/// <reference types="react" />
import { AnyRouteRefParams } from '@backstage/frontend-plugin-api';
import { BackstagePlugin } from '@backstage/frontend-plugin-api';
import { ConfigurableExtensionDataRef } from '@backstage/frontend-plugin-api';
import { ExtensionDefinition } from '@backstage/frontend-plugin-api';
import { JSX as JSX_2 } from 'react';
import { RouteRef } from '@backstage/frontend-plugin-api';
// @public (undocumented)
@@ -12,7 +18,29 @@ const _default: BackstagePlugin<
kubernetes: RouteRef<undefined>;
},
{},
{}
{
'page:kubernetes': ExtensionDefinition<
{
path: string | undefined;
},
{
path?: string | undefined;
},
| ConfigurableExtensionDataRef<JSX_2.Element, 'core.reactElement', {}>
| ConfigurableExtensionDataRef<string, 'core.routing.path', {}>
| ConfigurableExtensionDataRef<
RouteRef<AnyRouteRefParams>,
'core.routing.ref',
{
optional: true;
}
>,
{},
'page',
undefined,
undefined
>;
}
>;
export default _default;