UNPKG

cozy-search

Version:

UI components about search bar and IA assistant

6 lines (5 loc) 161 B
export default SuggestionItemTextHighlighted; declare function SuggestionItemTextHighlighted({ text, query }: { text: any; query: any; }): any[] | null;