Type Alias MaxInlineSize<TLength>
MaxInlineSize: | Globals | TLength | "-moz-fit-content" | "-moz-max-content" | "-moz-min-content" | "-webkit-fill-available" | "fit-content" | "max-content" | "min-content" | "none" | string & {} Type Parameters
- TLength = string & {} | 0