UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

6 lines (5 loc) 194 B
import { IgrBaseSearchInfo } from "./igr-base-search-info"; export interface IgrSearchInfo extends IgrBaseSearchInfo { matchInfoCache?: any[]; activeMatchIndex?: number | string; }