igniteui-react-core
Version:
Ignite UI React Core.
16 lines (15 loc) • 405 B
TypeScript
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>;
}