UNPKG

coersystem

Version:

Library for Angular projects

8 lines (7 loc) 202 B
import { IGridColumn } from "./grid-column.interface"; export interface IGridHeader<T> { indexColumn: number; property: string; columnName: string; config: IGridColumn<T> | undefined; }