UNPKG

@formio-tmt/angular

Version:

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

13 lines 362 B
import { ComponentInstance } from '@formio-tmt/angular'; export interface GridHeader { component?: ComponentInstance; key: string; sort?: SortType; label: string; renderCell?(cellValue: any, component?: ComponentInstance): string; } export declare enum SortType { ASC = "asc", DESC = "desc" } //# sourceMappingURL=grid-header.d.ts.map