kaplay-layout
    Preparing search index...

    Type Alias MeasureMode

    MeasureMode: "fit-content" | "max-content" | "stretch"
    mode description
    "fit-content" at most as big as the containing box
    "stretch" exactly as big as the containing box
    "max-content" as big as possible