Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-08-19 15:51:27 +02:00
parent d669d89206
commit 32fc7d3716
2 changed files with 2 additions and 5 deletions
-1
View File
@@ -6,7 +6,6 @@
'@backstage/plugin-bitrise': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-catalog-graphql': patch
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-cicd-statistics': patch
'@backstage/plugin-circleci': patch
'@backstage/plugin-cloudbuild': patch
+2 -4
View File
@@ -6,14 +6,12 @@
/// <reference types="react" />
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { ComponentRenderer } from '@backstage/plugin-home';
import { CardExtensionProps } from '@backstage/plugin-home';
import { ReactNode } from 'react';
// @public
export const HomePageStackOverflowQuestions: (
props: ComponentRenderer & {
title?: string | undefined;
} & StackOverflowQuestionsContentProps,
props: CardExtensionProps<StackOverflowQuestionsContentProps>,
) => JSX.Element;
// @public