UNPKG

igniteui-react-core

Version:
16 lines (15 loc) 405 B
import { Base, Type } from "./type"; import { List$1 } from "./List$1"; import { FilterSyntaxExpressionSyntax } from "./FilterSyntaxExpressionSyntax"; /** * @hidden */ export declare class FilterSyntaxParseResult extends Base { static $t: Type; constructor(); get b(): boolean; get e(): string; a: FilterSyntaxExpressionSyntax; d: number; c: List$1<string>; }