Type Alias LayoutSpec<L>

LayoutSpec: CommaSeparatedStr<L> | `max ${L}` | `min ${L}` | RangeStr<" to ", L>

Type Parameters