Type alias Width<TLength>

Width<TLength>: Globals | TLength | "-moz-fit-content" | "-moz-max-content" | "-moz-min-content" | "-webkit-fit-content" | "-webkit-max-content" | "auto" | "fit-content" | "intrinsic" | "max-content" | "min-content" | "min-intrinsic" | string & {}

Type Parameters

  • TLength = string & {} | 0

Generated using TypeDoc