feat(widget): add typography functions to text module
This commit is contained in:
parent
57c2ea7b62
commit
c45556d8e3
2 changed files with 75 additions and 8 deletions
|
|
@ -60,7 +60,7 @@ pub mod settings;
|
|||
pub mod spin_button;
|
||||
pub use spin_button::{spin_button, SpinButton};
|
||||
|
||||
mod text;
|
||||
pub mod text;
|
||||
pub use text::{text, Text};
|
||||
|
||||
mod toggler;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue