UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

5 lines (4 loc) 135 B
export declare function highlighter(value: string, _highlight: string | string[]): { chunk: string; highlighted: boolean; }[];