Type Alias TextDirectionValue

TextDirectionValue:
    | ""
    | "ltr"
    | "rtl"
    | "auto"