UNPKG

@true-directive/base

Version:

The set of base classes for the TrueDirective Grid

5 lines (4 loc) 180 B
import { Column } from './column.class'; export declare class CellHighlighter { static highlight(searchStr: string, col: Column, v: string, v_displayed: string): string; }