HighlightedSearchResultTextProps
Home > @backstage/plugin-search-react
> HighlightedSearchResultTextProps
Props for HighlightedSearchResultText().
Signature:
export type HighlightedSearchResultTextProps = {
text: string;
preTag: string;
postTag: string;
};