Type Alias: VerticalAlign
type VerticalAlign = "top" | "middle" | "bottom";
Vertical alignment of content within a box of known height (a table cell or a
text block given an explicit height).
type VerticalAlign = "top" | "middle" | "bottom";
Vertical alignment of content within a box of known height (a table cell or a
text block given an explicit height).