9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
type Flex = 
  | number
  | "auto"
  | "none"
  | `${FlexGrow} ${FlexShrink}`
  | CSSWideKeywords;

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

Previous
dip