UNPKG

highlight-plus

Version:

A React component that extends react-highlight to highlight search terms within syntax-highlighted code.

4 lines (3 loc) 204 B
import React from "react"; declare const getHighlightedCode: (content?: string, word_to_highlight?: string, highlight_color?: string) => (string | React.JSX.Element)[]; export default getHighlightedCode;