Type Alias CompanionAlignment

CompanionAlignment:
    | "left:top"
    | "center:top"
    | "right:top"
    | "left:center"
    | "center:center"
    | "right:center"
    | "left:bottom"
    | "center:bottom"
    | "right:bottom"