//! Allow your users to perform actions by pressing a button.
//!
//! A [`Button`] has some local [`State`].
use crateRenderer;
pub use ;
pub use State;
/// A widget that produces a message when clicked.
///
/// This is an alias of an `iced_native` button with an `iced_wgpu::Renderer`.
pub type Button<'a, Message> = Button;