"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STextDirection = void 0; var STextDirection; (function (STextDirection) { STextDirection[STextDirection["Inherit"] = 0] = "Inherit"; STextDirection[STextDirection["LTR"] = 1] = "LTR"; STextDirection[STextDirection["RTL"] = 2] = "RTL"; })(STextDirection = exports.STextDirection || (exports.STextDirection = {}));