@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user