UNPKG

igniteui-react-core

Version:
27 lines (26 loc) 677 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebBaseSearchInfoDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private o; get searchText(): string; set searchText(a: string); private h; get caseSensitive(): boolean; set caseSensitive(a: boolean); private i; get exactMatch(): boolean; set exactMatch(a: boolean); private l; get matchCount(): number; set matchCount(a: number); private n; get content(): string; set content(a: string); }