UNPKG

geminis-ng

Version:

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

11 lines (10 loc) 280 B
import { TemplateRef } from '@angular/core'; export declare class GnTableColumnDirective { templateRef: TemplateRef<any>; set setId(value: string); id: string; title: string; pipe: string; pipeArgs: any[]; constructor(templateRef: TemplateRef<any>); }