Skip to content

TableCellHeight🔗

Height of a table cell

Definition🔗

class TableCellHeight(enum.StrEnum):
    """
    Height of a table cell
    """

    SM = "sm"
    MD = "md"
    LG = "lg"
    AUTO = "auto"