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
+7 -6
View File
@@ -3,8 +3,6 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
/// <reference types="react" />
import { ApiRef } from '@backstage/core-plugin-api';
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { DiscoveryApi } from '@backstage/core-plugin-api';
@@ -12,13 +10,16 @@ import { Entity } from '@backstage/catalog-model';
import { IdentityApi } from '@backstage/core-plugin-api';
import { InfoCardVariants } from '@backstage/core-components';
import { Options } from '@material-table/core';
import { default as React_2 } from 'react';
import { RouteRef } from '@backstage/core-plugin-api';
// @public (undocumented)
export const EntitySentryCard: (props: SentryPageProps) => JSX.Element;
export const EntitySentryCard: (props: SentryPageProps) => React_2.JSX.Element;
// @public (undocumented)
export const EntitySentryContent: (props: SentryPageProps) => JSX.Element;
export const EntitySentryContent: (
props: SentryPageProps,
) => React_2.JSX.Element;
// @public (undocumented)
export type EventPoint = number[];
@@ -50,7 +51,7 @@ export class ProductionSentryApi implements SentryApi {
}
// @public (undocumented)
export const Router: (props: { entity: Entity }) => JSX.Element;
export const Router: (props: { entity: Entity }) => React_2.JSX.Element;
// @public (undocumented)
export interface SentryApi {
@@ -121,7 +122,7 @@ export const SentryIssuesWidget: (props: {
tableOptions: Options<never>;
variant?: InfoCardVariants;
query?: string;
}) => JSX.Element;
}) => React_2.JSX.Element;
// @public (undocumented)
export type SentryPageProps = {