STextDirection.d.ts 81 B

12345
  1. export declare enum STextDirection {
  2. Inherit = 0,
  3. LTR = 1,
  4. RTL = 2
  5. }