UNPKG

pm-controls

Version:
10 lines (9 loc) 242 B
var RowGroup = /** @class */ (function () { function RowGroup(Items, IsVisible, Height) { this.Items = Items; this.IsVisible = IsVisible; this.Height = Height; } return RowGroup; }()); export { RowGroup };