UNPKG

coersystem

Version:

Library for Angular projects

7 lines (6 loc) 107 B
export interface IGridInput<T> { indexRow: number; property: string; row: T; value: any; }