Property.FlexBasis
type FlexBasis<TLength = (string & {}) | 0> =
| Globals
| TLength
| "-moz-fit-content"
| "-moz-max-content"
| "-moz-min-content"
| "-webkit-auto"
| "auto"
| "content"
| "fit-content"
| "max-content"
| "min-content"
| (string & {});