UNPKG

ng2-qgrid

Version:
7 lines (6 loc) 193 B
import { IStatement } from './statement'; export declare class ExpressionBuilder { private settings; constructor(settings: any); build<T>(statements: Array<IStatement>): T; }