fix!(widget): rename button function to button::custom
This commit is contained in:
parent
914d989049
commit
f12de010ec
15 changed files with 28 additions and 32 deletions
|
|
@ -96,7 +96,7 @@ pub mod aspect_ratio;
|
|||
|
||||
pub mod button;
|
||||
#[doc(inline)]
|
||||
pub use button::{button, Button, IconButton, LinkButton, TextButton};
|
||||
pub use button::{Button, IconButton, LinkButton, TextButton};
|
||||
|
||||
pub(crate) mod common;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue