UNPKG

@formio/angular

Version:

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

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