Type Alias TableCellStyle

TableCellStyle: {
    backgroundStyle?: PathAttrsCommon["fill"];
    borderStyle?: PathAttrsCommon["stroke"];
    merge?: TableCellMerge;
}