docs(search): update api reports
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -19,6 +19,7 @@ import { IndexableDocument } from '@backstage/plugin-search-common';
|
||||
import { ReactNode } from 'react';
|
||||
import { ResultHighlight } from '@backstage/plugin-search-common';
|
||||
import { RouteRef } from '@backstage/core-plugin-api';
|
||||
import { SearchResultListItemExtensionComponent } from '@backstage/plugin-search-react';
|
||||
import { TabProps } from '@material-ui/core';
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
@@ -125,9 +126,7 @@ export const ToolExplorerContent: (props: {
|
||||
}) => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export function ToolSearchResultListItem(
|
||||
props: ToolSearchResultListItemProps,
|
||||
): JSX.Element;
|
||||
export const ToolSearchResultListItem: SearchResultListItemExtensionComponent<ToolSearchResultListItemProps>;
|
||||
|
||||
// @public
|
||||
export interface ToolSearchResultListItemProps {
|
||||
@@ -138,6 +137,6 @@ export interface ToolSearchResultListItemProps {
|
||||
// (undocumented)
|
||||
rank?: number;
|
||||
// (undocumented)
|
||||
result: IndexableDocument;
|
||||
result?: IndexableDocument;
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user