summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XBidiDirection.d.ts
blob: 2c406601d6e437deea82dce1ec594b63ae87d70e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 */
export enum ICU4XBidiDirection {
  /**
   */
  Ltr = 'Ltr',
  /**
   */
  Rtl = 'Rtl',
  /**
   */
  Mixed = 'Mixed',
}