update api reports
Signed-off-by: Paul Schultz <pschultz@pobox.com> fix linting Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
```ts
|
||||
import { Entity } from '@backstage/catalog-model';
|
||||
import { default as React_2 } from 'react';
|
||||
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
||||
|
||||
// @public
|
||||
export const EntityKubernetesClusterContent: (
|
||||
@@ -18,5 +18,5 @@ export type EntityKubernetesClusterContentProps = {};
|
||||
export const isKubernetesClusterAvailable: (entity: Entity) => boolean;
|
||||
|
||||
// @public (undocumented)
|
||||
export const Router: () => React_2.JSX.Element;
|
||||
export const Router: () => JSX_2.Element;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user