Type Alias TextAlignLast

TextAlignLast:
    | Globals
    | "auto"
    | "center"
    | "end"
    | "justify"
    | "left"
    | "right"
    | "start"