@@ -7,12 +7,13 @@
|
||||
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { Entity } from '@backstage/catalog-model';
|
||||
import { JSX as JSX_2 } from 'react';
|
||||
|
||||
// @public
|
||||
export const dynatracePlugin: BackstagePlugin<{}, {}, {}>;
|
||||
|
||||
// @public
|
||||
export const DynatraceTab: () => JSX.Element;
|
||||
export const DynatraceTab: () => JSX_2.Element;
|
||||
|
||||
// @public
|
||||
export const isDynatraceAvailable: (entity: Entity) => boolean;
|
||||
|
||||
Reference in New Issue
Block a user