Code Review: Add depreacted.ts and remove the old duplicated code
Signed-off-by: kmarkow <kamilmarkow@gmail.com>
This commit is contained in:
committed by
Malikah Montgomery
parent
b1c117375d
commit
3c8761d5c6
@@ -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;
|
||||
|
||||
@@ -28,4 +28,5 @@ export type {
|
||||
RendererProps,
|
||||
CardLayout,
|
||||
CardSettings,
|
||||
CardConfig,
|
||||
} from './extensions';
|
||||
|
||||
Reference in New Issue
Block a user