Type alias ITableWidthProperties

ITableWidthProperties: {
    size: number | Percentage | UniversalMeasure;
    type?: WidthType;
}

Type declaration

Generated using TypeDoc