update api report

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-06-14 16:24:16 +02:00
parent 8d9f6bbe81
commit 5907499e67
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -16,6 +16,9 @@ export const HomePageStackOverflowQuestions: (
} & StackOverflowQuestionsContentProps,
) => JSX.Element;
// @public
export const StackOverflowIcon: () => JSX.Element;
// @public
export const stackOverflowPlugin: BackstagePlugin<{}, {}>;
@@ -31,6 +34,7 @@ export type StackOverflowQuestion = {
// @public
export type StackOverflowQuestionsContentProps = {
requestParams: StackOverflowQuestionsRequestParams;
icon?: React.ReactNode;
};
// @public
@@ -15,6 +15,10 @@
*/
import React from 'react';
/**
* Stack Overflow Icon
* @public
*/
export const StackOverflowIcon = () => {
return (
<svg