update api reports

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2023-02-01 09:17:32 +01:00
parent 37e9ba8a7d
commit c3798fd6bd
4 changed files with 4 additions and 2 deletions
+2
View File
@@ -139,5 +139,7 @@ export interface ToolSearchResultListItemProps {
rank?: number;
// (undocumented)
result?: IndexableDocument;
// (undocumented)
toggleModal?: () => void;
}
```
+1
View File
@@ -55,6 +55,7 @@ export type DefaultResultListItemProps = {
highlight?: ResultHighlight;
rank?: number;
lineClamp?: number;
toggleModal?: () => void;
};
// @public (undocumented)
@@ -26,7 +26,7 @@ import Typography from '@material-ui/core/Typography';
import { Link } from '@backstage/core-components';
/**
* Props for {@link DefaultResultListItemComponent}
* Props for {@link DefaultResultListItem}
*
* @public
*/
@@ -17,7 +17,6 @@
import React from 'react';
import { screen, waitFor } from '@testing-library/react';
import { ListItem } from '@material-ui/core';
import {
TestApiProvider,
renderWithEffects,