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
+3 -2
View File
@@ -7,13 +7,14 @@
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { IconComponent } from '@backstage/core-plugin-api';
import { JSX as JSX_2 } from 'react';
import { RouteRef } from '@backstage/core-plugin-api';
// @public (undocumented)
export const CodeSceneIcon: IconComponent;
// @public (undocumented)
export const CodeScenePage: () => JSX.Element;
export const CodeScenePage: () => JSX_2.Element;
// @public (undocumented)
export const codescenePlugin: BackstagePlugin<
@@ -28,7 +29,7 @@ export const codescenePlugin: BackstagePlugin<
>;
// @public (undocumented)
export const CodeSceneProjectDetailsPage: () => JSX.Element;
export const CodeSceneProjectDetailsPage: () => JSX_2.Element;
// (No @packageDocumentation comment for this package)
```