UNPKG

highlight-react-text

Version:
3 lines (2 loc) 188 B
export declare const createRegexText: (text: string | string[]) => string; export declare const getHighlights: (regexText: string, text: string, ignoreCase?: boolean) => string | any[];