iced-yoda/widget/src/text.rs

7 lines
211 B
Rust
Raw Normal View History

//! Draw and interact with text.
pub use crate::core::widget::text::*;
/// A paragraph.
pub type Text<'a, Theme = crate::Theme, Renderer = crate::Renderer> =
crate::core::widget::Text<'a, Theme, Renderer>;