Home
last modified time | relevance | path

Searched refs:addHighlight (Results 1 – 3 of 3) sorted by relevance

/expo/docs/ui/components/CommandMenu/Items/
H A DExpoItem.tsx4 import { addHighlight } from '../utils';
23 dangerouslySetInnerHTML={{ __html: addHighlight(item.label, query) }}
H A DRNDirectoryItem.tsx4 import { addHighlight } from '../utils';
30 dangerouslySetInnerHTML={{ __html: addHighlight(item.npmPkg, query) }}
/expo/docs/ui/components/CommandMenu/
H A Dutils.ts154 export const addHighlight = (content: string, query: string) => { constant