UNPKG

pm-controls

Version:
7 lines (6 loc) 110 B
export class GridRow { constructor(row: any) { this.Row = row; } public Row: any; }