update api report

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-11-14 10:52:01 +01:00
parent 4043f4c6cf
commit 8c4fe3171e
+1
View File
@@ -44,5 +44,6 @@ export type StackOverflowQuestionsRequestParams = {
export const StackOverflowSearchResultListItem: (props: {
result: any;
icon?: ReactNode;
rank?: number | undefined;
}) => JSX.Element;
```