UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 468 B
import { WebBaseSearchInfoDescription } from "./WebBaseSearchInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebSearchInfoDescription extends WebBaseSearchInfoDescription { static $t: Type; protected get_type(): string; constructor(); private x; get matchInfoCacheRef(): string; set matchInfoCacheRef(a: string); private v; get activeMatchIndex(): number; set activeMatchIndex(a: number); }