UNPKG

ng2-qgrid

Version:
11 lines (10 loc) 246 B
export declare abstract class Expression { id: string; type: string; templateUrl: string; method: string[]; } export declare class GroupExpression extends Expression { expressions: Expression[]; constructor(); }