SearchResultListItemExtensionsProps
Home > @backstage/plugin-search-react
> SearchResultListItemExtensionsProps
Props for SearchResultListItemExtensions()
Signature:
export type SearchResultListItemExtensionsProps = Omit<ListProps, 'results'> & {
results: SearchResult[];
};
References: SearchResult