refactor: better helpers for the progress_bar

This commit is contained in:
Ashley Wulber 2026-04-07 15:37:13 -04:00 committed by Michael Murphy
parent b963fbfea9
commit d9121d6f0d
2 changed files with 16 additions and 3 deletions

View file

@ -257,7 +257,8 @@ pub use popover::{Popover, popover};
pub mod progress_bar;
#[doc(inline)]
pub use progress_bar::{
circular, circular::Circular, circular_progress, linear, linear::Linear, linear_progress, style,
circular, circular::Circular, determinate_circular, determinate_linear, indeterminate_circular,
indeterminate_linear, linear, linear::Linear, style,
};
pub mod radio;