UNPKG

angular4-material-table

Version:

Angular 4 table based on @angular/cdk table structure, to allow row insertion, edition, validation and deletion.

5 lines (4 loc) 159 B
export declare class TableElementFactory { static createTableElement(newElement: any): any; static isValidatorDefined(newElement: any): boolean; }