Write missing documentation in iced_widget
This commit is contained in:
parent
de638f44a5
commit
b60194844a
5 changed files with 15 additions and 1 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue