Code Review: Add depreacted.ts and remove the old duplicated code

Signed-off-by: kmarkow <kamilmarkow@gmail.com>
This commit is contained in:
kmarkow
2023-05-17 13:15:09 -04:00
committed by Malikah Montgomery
parent b1c117375d
commit 3c8761d5c6
10 changed files with 109 additions and 261 deletions
+6
View File
@@ -8,6 +8,12 @@
import { Extension } from '@backstage/core-plugin-api';
import { RJSFSchema } from '@rjsf/utils';
// @public (undocumented)
export type CardConfig = {
layout?: CardLayout;
settings?: CardSettings;
};
// @public (undocumented)
export type CardExtensionProps<T> = ComponentRenderer & {
title?: string;
+1
View File
@@ -28,4 +28,5 @@ export type {
RendererProps,
CardLayout,
CardSettings,
CardConfig,
} from './extensions';