Type alias MaxHeight<TLength>

MaxHeight<TLength>: 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 & {}

Type Parameters

  • TLength = string & {} | 0

Generated using TypeDoc