Type Alias MaxBlockSize<TLength>

MaxBlockSize:
    | Globals
    | TLength
    | "-moz-max-content"
    | "-moz-min-content"
    | "-webkit-fill-available"
    | "fit-content"
    | "max-content"
    | "min-content"
    | "none"
    | string & {}

Type Parameters

  • TLength = string & {} | 0