add @public to ComponentRenderer

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-03-28 10:35:15 +02:00
parent 1d90a820ce
commit 6733449641
2 changed files with 5 additions and 4 deletions
+3
View File
@@ -21,6 +21,9 @@ import { InfoCard } from '@backstage/core-components';
import { SettingsModal } from './components';
import { createReactExtension, useApp } from '@backstage/core-plugin-api';
/**
* @public
*/
export type ComponentRenderer = {
Renderer?: (props: RendererProps) => JSX.Element;
};