UNPKG

@funktechno/texthighlighter

Version:

a no dependency typescript supported tool for highlighting user selected content

4 lines (3 loc) 127 B
import { TextHighlighterType } from "./types"; declare const TextHighlighter: TextHighlighterType; export { TextHighlighter };