api-reports

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-08-16 16:11:06 +02:00
parent 8dc1a94a3a
commit 3f9d2b90bc
89 changed files with 693 additions and 491 deletions
+6 -4
View File
@@ -11,6 +11,8 @@ import { ConfigApi } from '@backstage/core-plugin-api';
import { DiscoveryApi } from '@backstage/core-plugin-api';
import { Entity } from '@backstage/catalog-model';
import { IconComponent } from '@backstage/core-plugin-api';
import { JSX as JSX_2 } from 'react';
import { default as React_2 } from 'react';
import { RouteRef } from '@backstage/core-plugin-api';
// @public (undocumented)
@@ -302,7 +304,7 @@ export type AlertStatus = typeof PENDING | typeof ACCEPTED | typeof RESOLVED;
export const DEGRADED = 'DEGRADED';
// @public (undocumented)
export const EntityILertCard: () => JSX.Element;
export const EntityILertCard: () => JSX_2.Element;
// @public (undocumented)
export interface EscalationPolicy {
@@ -442,7 +444,7 @@ export interface ILertApi {
export const ilertApiRef: ApiRef<ILertApi>;
// @public (undocumented)
export const ILertCard: () => JSX.Element;
export const ILertCard: () => React_2.JSX.Element;
// @public (undocumented)
export class ILertClient implements ILertApi {
@@ -530,7 +532,7 @@ export class ILertClient implements ILertApi {
export const ILertIcon: IconComponent;
// @public (undocumented)
export const ILertPage: () => JSX.Element;
export const ILertPage: () => JSX_2.Element;
// @public (undocumented)
const ilertPlugin: BackstagePlugin<
@@ -649,7 +651,7 @@ export interface Responder {
}
// @public (undocumented)
export const Router: () => JSX.Element;
export const Router: () => React_2.JSX.Element;
// @public (undocumented)
export interface Schedule {