#[path = "widget/accordion.rs"]
mod accordion;
#[path = "widget/alert.rs"]
mod alert;
#[path = "widget/avatar.rs"]
mod avatar;
#[path = "widget/badge.rs"]
mod badge;
#[path = "widget/button.rs"]
mod button;
#[path = "widget/calendar.rs"]
mod calendar;
#[path = "widget/candlechart.rs"]
mod candlechart;
#[path = "widget/collapsible.rs"]
pub mod collapsible;
#[path = "widget/color_picker.rs"]
mod color_picker;
#[path = "widget/command_palette.rs"]
mod command_palette;
#[path = "widget/command_palette_unit/mod.rs"]
pub mod command_palette_unit;
#[path = "widget/datetime_picker.rs"]
mod datetime_picker;
#[cfg(feature = "diff")]
#[path = "widget/diff.rs"]
mod diff;
#[path = "widget/divider.rs"]
mod divider;
#[path = "widget/empty_state.rs"]
mod empty_state;
#[path = "widget/gauge.rs"]
mod gauge;
#[cfg(feature = "image")]
#[path = "widget/image.rs"]
mod image;
#[path = "widget/log_viewer_tests.rs"]
mod log_viewer_tests;
#[cfg(feature = "markdown")]
#[path = "widget/markdown/mod.rs"]
mod markdown;
#[path = "widget/masked_input.rs"]
mod masked_input;
#[path = "widget/masked_input_tests.rs"]
mod masked_input_tests;
#[path = "widget/pagination.rs"]
mod pagination;
#[cfg(feature = "sysinfo")]
#[path = "widget/procmon.rs"]
mod procmon;
#[path = "widget/progress.rs"]
mod progress;
#[cfg(feature = "qrcode")]
#[path = "widget/qrcode.rs"]
mod qrcode;
#[path = "widget/radio.rs"]
mod radio;
#[path = "widget/rating.rs"]
mod rating;
#[path = "widget/resizable.rs"]
mod resizable;
#[path = "widget/richlog.rs"]
mod richlog;
#[path = "widget/richtext.rs"]
mod richtext;
#[path = "widget/screen.rs"]
pub mod screen;
#[path = "widget/search_bar.rs"]
mod search_bar;
#[path = "widget/scroll.rs"]
mod scroll;
#[path = "widget/select.rs"]
mod select;
#[path = "widget/selection_list.rs"]
mod selection_list;
#[path = "widget/sidebar_tests.rs"]
mod sidebar_tests;
#[path = "widget/skeleton.rs"]
mod skeleton;
#[cfg(feature = "markdown")]
#[path = "widget/slides.rs"]
mod slides;
#[path = "widget/spinner.rs"]
mod spinner;
#[path = "widget/statusbar.rs"]
mod statusbar;
#[path = "widget/stepper.rs"]
mod stepper;
#[path = "widget/switch.rs"]
mod switch;
#[path = "widget/syntax.rs"]
mod syntax;
#[path = "widget/tabs.rs"]
mod tabs;
#[path = "widget/terminal.rs"]
mod terminal;
#[path = "widget/terminal_ansi.rs"]
mod terminal_ansi;
#[path = "widget/terminal_types.rs"]
mod terminal_types;
#[cfg(feature = "syntax-highlighting")]
#[path = "widget/tree_sitter_highlight.rs"]
mod tree_sitter_highlight;
#[path = "widget/theme_picker.rs"]
mod theme_picker;
#[path = "widget/timeline.rs"]
mod timeline;
#[path = "widget/timer.rs"]
mod timer;
#[path = "widget/timeseries_tests.rs"]
pub mod timeseries_tests;
#[path = "widget/tooltip.rs"]
mod tooltip;
#[path = "widget/validation.rs"]
mod validation;
#[path = "widget/vim.rs"]
mod vim;
#[path = "widget/zen.rs"]
mod zen;
#[path = "widget/traits/dropdown.rs"]
mod dropdown_tests;
#[path = "widget/traits/focus_handlers.rs"]
mod focus_handlers_tests;
#[path = "widget/traits/theme.rs"]
mod theme_constants_tests;