summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XListLength.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'intl/icu_capi/js/package/lib/ICU4XListLength.d.ts')
-rw-r--r--intl/icu_capi/js/package/lib/ICU4XListLength.d.ts16
1 files changed, 16 insertions, 0 deletions
diff --git a/intl/icu_capi/js/package/lib/ICU4XListLength.d.ts b/intl/icu_capi/js/package/lib/ICU4XListLength.d.ts
new file mode 100644
index 0000000000..4aa3e3b4d5
--- /dev/null
+++ b/intl/icu_capi/js/package/lib/ICU4XListLength.d.ts
@@ -0,0 +1,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',
+} \ No newline at end of file