Type Alias LayoutRow

LayoutRow: Partial<{
    x: CSSProperties["justifyContent"];
    y: CSSProperties["alignItems"];
}>