Skip to content

Commit

Permalink
Export preferences types from icu_experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Dec 17, 2024
1 parent c26c10c commit 7eeb19c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/experimental/src/displaynames/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub use displaynames::LocaleDisplayNamesFormatter;
pub use displaynames::RegionDisplayNames;
pub use displaynames::ScriptDisplayNames;
pub use displaynames::VariantDisplayNames;
pub use displaynames::DisplayNamesPreferences;
pub use options::DisplayNamesOptions;
pub use options::Fallback;
pub use options::LanguageDisplay;
Expand Down
1 change: 1 addition & 0 deletions components/experimental/src/duration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ mod validated_options;
pub use duration::{Duration, DurationSign};
pub use format::FormattedDuration;
pub use formatter::DurationFormatter;
pub use formatter::DurationFormatterPreferences;
1 change: 1 addition & 0 deletions components/experimental/src/relativetime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ mod relativetime;
pub use format::FormattedRelativeTime;
pub use options::RelativeTimeFormatterOptions;
pub use relativetime::RelativeTimeFormatter;
pub use relativetime::RelativeTimeFormatterPreferences;

0 comments on commit 7eeb19c

Please sign in to comment.