9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
type AlignContent = 
  | "flex-start"
  | "flex-end"
  | "center"
  | "space-between"
  | "space-around"
  | "stretch";

Defined in: ui/layouts/flexbox-layout/index.d.ts:11

Previous
ViewEntry