Type Alias BlockSize<TLength>

BlockSize:
    | Globals
    | TLength
    | "-moz-fit-content"
    | "-moz-max-content"
    | "-moz-min-content"
    | "auto"
    | "fit-content"
    | "max-content"
    | "min-content"
    | string & {}

Type Parameters

  • TLength = string & {} | 0