Type Alias LayoutCol

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