Rework Toggle
into Toggleable
and ToggleState
This commit is contained in:
parent
6f5cc0af94
commit
e77846d2dc
10 changed files with 95 additions and 93 deletions
|
@ -20,6 +20,7 @@ pub mod prelude;
|
|||
mod selectable;
|
||||
mod styled_ext;
|
||||
mod styles;
|
||||
mod toggleable;
|
||||
pub mod utils;
|
||||
|
||||
pub use clickable::*;
|
||||
|
@ -30,3 +31,4 @@ pub use prelude::*;
|
|||
pub use selectable::*;
|
||||
pub use styled_ext::*;
|
||||
pub use styles::*;
|
||||
pub use toggleable::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue