/** * See the {@link https://docs.rs/icu/latest/icu/datetime/options/length/enum.Date.html Rust documentation for `Date`} for more information. */ export enum ICU4XDateLength { /** */ Full = 'Full', /** */ Long = 'Long', /** */ Medium = 'Medium', /** */ Short = 'Short', }