Type Alias TextAlign

TextAlign:
    | Globals
    | "-webkit-match-parent"
    | "center"
    | "end"
    | "justify"
    | "left"
    | "match-parent"
    | "right"
    | "start"