TableCellHeight🔗Height of a table cellDefinition🔗class TableCellHeight(enum.StrEnum): """ Height of a table cell """ SM = "sm" MD = "md" LG = "lg" AUTO = "auto"