Merge pull request #13252 from backstage/freben/api-well-ok-then

When the 🧹 s go marching in
This commit is contained in:
Fredrik Adelöw
2022-08-23 13:55:58 +02:00
committed by GitHub
273 changed files with 2469 additions and 1529 deletions
+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