@@ -9,6 +9,7 @@ import { ApiRef } from '@backstage/core-plugin-api';
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { DiscoveryApi } from '@backstage/core-plugin-api';
|
||||
import { FetchApi } from '@backstage/core-plugin-api';
|
||||
import { JSX as JSX_2 } from 'react';
|
||||
import { RouteRef } from '@backstage/core-plugin-api';
|
||||
|
||||
// @public (undocumented)
|
||||
@@ -46,7 +47,7 @@ export const codeClimatePlugin: BackstagePlugin<
|
||||
>;
|
||||
|
||||
// @public (undocumented)
|
||||
export const EntityCodeClimateCard: () => JSX.Element;
|
||||
export const EntityCodeClimateCard: () => JSX_2.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export class MockCodeClimateApi implements CodeClimateApi {
|
||||
|
||||
Reference in New Issue
Block a user