KC's Workspace
    Preparing search index...
    JustifyContent:
        | { type: "normal" }
        | { type: "content-distribution"; value: ContentDistribution }
        | {
            overflow?: OverflowPosition | null;
            type: "content-position";
            value: ContentPosition;
        }
        | { overflow?: OverflowPosition
        | null; type: "left" }
        | { overflow?: OverflowPosition | null; type: "right" }

    A value for the justify-content property.

    Type Declaration