@@ -139,5 +139,7 @@ export interface ToolSearchResultListItemProps {
|
||||
rank?: number;
|
||||
// (undocumented)
|
||||
result?: IndexableDocument;
|
||||
// (undocumented)
|
||||
toggleModal?: () => void;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user