Skip to content

TableCellHeight🔗

Height of a table cell

Definition🔗

type TableCellHeight string
const (
    TableCellHeightSm TableCellHeight = "sm"
    TableCellHeightMd TableCellHeight = "md"
    TableCellHeightLg TableCellHeight = "lg"
    TableCellHeightAuto TableCellHeight = "auto"
)