UNPKG

rsuite

Version:

A suite of react components

6 lines (5 loc) 218 B
import React from 'react'; export declare function highlightText(text: string, props: { query?: string | string[]; renderMark: (patch: string, index: number) => React.ReactNode; }): string | React.ReactNode[];