summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XListLength.d.ts
blob: 4aa3e3b4d5ecbd732adeb12d6a5a3fc2a4545024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**

 * See the {@link https://docs.rs/icu/latest/icu/list/enum.ListLength.html Rust documentation for `ListLength`} for more information.
 */
export enum ICU4XListLength {
  /**
   */
  Wide = 'Wide',
  /**
   */
  Short = 'Short',
  /**
   */
  Narrow = 'Narrow',
}