Write missing documentation in iced_widget

This commit is contained in:
Héctor Ramón Jiménez 2023-05-11 15:40:57 +02:00
parent de638f44a5
commit b60194844a
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
5 changed files with 15 additions and 1 deletions

View file

@ -1,4 +1,6 @@
//! Draw and interact with text.
pub use crate::core::widget::text::*;
/// A paragraph.
pub type Text<'a, Renderer = crate::Renderer> =
crate::core::widget::Text<'a, Renderer>;