Update api-report.md

Signed-off-by: kmarkow <kamilmarkow@gmail.com>
This commit is contained in:
kmarkow
2023-05-17 11:16:22 -04:00
committed by Malikah Montgomery
parent b27f802f18
commit b1c117375d
+6
View File
@@ -13,6 +13,12 @@ import { ReactNode } from 'react';
import { RJSFSchema } from '@rjsf/utils';
import { RouteRef } from '@backstage/core-plugin-api';
// @public (undocumented)
export type CardConfig = {
layout?: CardLayout;
settings?: CardSettings;
};
// @public @deprecated (undocumented)
export type CardExtensionProps<T> = ComponentRenderer & {
title?: string;