Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Property.Flex

type Flex<TLength = (string & {}) | 0> =
| TLength
| "auto"
| "content"
| "fit-content"
| "max-content"
| "min-content"
| "none"
| (string & {})
| (number & {});

§Type Parameters

§
TLength = (string & {}) | 0
[src]

§Type

§
Globals | TLength | "auto" | "content" | "fit-content" | "max-content" | "min-content" | "none" | (string & {}) | (number & {})
[src]