refactor: better helpers for the progress_bar
This commit is contained in:
parent
b963fbfea9
commit
d9121d6f0d
2 changed files with 16 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue