summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XDisplayNamesStyle.d.ts
blob: 5f92c6e961420f08f22bbd7918a9e5ecf6e3a9d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**

 * See the {@link https://docs.rs/icu/latest/icu/displaynames/options/enum.Style.html Rust documentation for `Style`} for more information.
 */
export enum ICU4XDisplayNamesStyle {
  /**
   */
  Auto = 'Auto',
  /**
   */
  Narrow = 'Narrow',
  /**
   */
  Short = 'Short',
  /**
   */
  Long = 'Long',
  /**
   */
  Menu = 'Menu',
}