@moxijs/ui - v0.3.5
    Preparing search index...

    Type Alias JustifyContent

    JustifyContent:
        | "start"
        | "end"
        | "center"
        | "space-between"
        | "space-around"
        | "space-evenly"

    Justify content values (main axis alignment)