@@ -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
|
||||
|
||||
Reference in New Issue
Block a user