Type Alias TableColumnObject

TableColumnObject: {
    alignment?: TableCellAlignment;
    heading: BlockText;
}

Shape of input for column in table which supports custom alignment

Type declaration