Property.MaxHeight
type MaxHeight<TLength = (string & {}) | 0> =
| Globals
| TLength
| "-moz-fit-content"
| "-moz-max-content"
| "-moz-min-content"
| "-webkit-fit-content"
| "-webkit-max-content"
| "-webkit-min-content"
| "fit-content"
| "intrinsic"
| "max-content"
| "min-content"
| "none"
| (string & {});