fix(home): remove api report warnings
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
committed by
Malikah Montgomery
parent
8ccd534ec0
commit
8a42303a0e
@@ -31,41 +31,49 @@ import {
|
||||
* @deprecated Import from `@backstage/plugin-home-react` instead
|
||||
*/
|
||||
export const createCardExtension = homeReactCreateCardExtension;
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @deprecated Import from `@backstage/plugin-home-react` instead
|
||||
*/
|
||||
export type CardExtensionProps<T> = homeReactCardExtensionProps<T>;
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @deprecated Import from `@backstage/plugin-home-react` instead
|
||||
*/
|
||||
export type CardLayout = homeReactCardLayout;
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @deprecated Import from `@backstage/plugin-home-react` instead
|
||||
*/
|
||||
export type CardSettings = homeReactCardSettings;
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @deprecated Import from `@backstage/plugin-home-react` instead
|
||||
*/
|
||||
export type CardConfig = homeReactCardConfig;
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @deprecated Import from `@backstage/plugin-home-react` instead
|
||||
*/
|
||||
export type ComponentParts = homeReactComponentParts;
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @deprecated Import from `@backstage/plugin-home-react` instead
|
||||
*/
|
||||
export type ComponentRenderer = homeReactComponentRenderer;
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @deprecated Import from `@backstage/plugin-home-react` instead
|
||||
*/
|
||||
export type RendererProps = homeReactRendererProps;
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @deprecated Import from `@backstage/plugin-home-react` instead
|
||||
|
||||
Reference in New Issue
Block a user