UNPKG

@zag-js/highlight-word

Version:

Highlight a portion of text in a string

6 lines (3 loc) 172 B
import { HighlightWordProps, HighlightChunk } from './types.mjs'; declare const highlightWord: (props: HighlightWordProps) => HighlightChunk[]; export { highlightWord };