Type alias CSSPosition

CSSPosition: "left" | "center" | "right" | "top" | "center" | "bottom" | ["left" | "center" | "right" | CSSLengthPercentage, ("top" | "center" | "bottom" | CSSLengthPercentage)?] | ["left" | "right", CSSLengthPercentage, "top" | "bottom", CSSLengthPercentage]