9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
type VerticalAlignmentTextType = 
  | VerticalAlignmentType
  | "text-top"
  | "text-bottom"
  | "sup"
  | "sub"
  | "baseline";

Defined in: core-types/index.ts