UNPKG

pm-controls

Version:
8 lines (7 loc) 231 B
import { GridLength } from '../../objects/request/grid-length'; export declare class ColumnGrouping { Name: string; HeaderTextAlign: string; constructor(Name: string, HeaderTextAlign?: string); Width: GridLength; }