//! Display fields that can be filled with text.
//!
//! A [`TextInput`] has some local [`State`].
use crateRenderer;
pub use ;
pub use State;
/// A field that can be filled with text.
///
/// This is an alias of an `iced_native` text input with an `iced_wgpu::Renderer`.
pub type TextInput<'a, Message> = TextInput;