UNPKG

geminis-ng

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.

9 lines (8 loc) 159 B
export interface GnTableColumnConfig { title: string; field?: string; type?: string; pipe?: string; pipeArgs?: any[]; options?: any; }