UNPKG

@formio-tmt/angular

Version:

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

7 lines 240 B
import { ComponentInstance } from '@formio-tmt/angular'; export interface GridColumn { label?: string; path: string; renderCell?(cellValue: any, component?: ComponentInstance): string; } //# sourceMappingURL=grid-column.d.ts.map