Refactoring based on feedback

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2024-09-09 18:12:12 -05:00
parent a159180869
commit 9adc552602
12 changed files with 25 additions and 25 deletions
@@ -20,7 +20,7 @@ import { HighlightedSearchResultTextClassKey } from './components';
/** @public */
export type CatalogReactComponentsNameToClassKey = {
BackstageHighlightedSearchResultText: HighlightedSearchResultTextClassKey;
SearchReactHighlightedSearchResultText: HighlightedSearchResultTextClassKey;
};
/** @public */