Skip to content

TableCellHeight🔗

Height of a table cell

Definition🔗

export enum TableCellHeight {
    Sm = "sm",
    Md = "md",
    Lg = "lg",
    Auto = "auto",
}