© 2026 Hedgehog Software, LLC
type CssLayout = { display: "flex" | "grid" | "block"; }
const someData = { display: <const> "flex", ... ... }