feat(widget): re-export text_editor from iced

This commit is contained in:
Michael Aaron Murphy 2024-05-29 23:59:27 +02:00 committed by Michael Murphy
parent b7cb1b31ff
commit 463e07ec4b

View file

@ -89,6 +89,9 @@ pub use iced::widget::{slider, vertical_slider, Slider, VerticalSlider};
#[doc(inline)]
pub use iced::widget::{svg, Svg};
#[doc(inline)]
pub use iced::widget::{text_editor, TextEditor};
#[doc(inline)]
pub use iced_core::widget::{Id, Operation, Widget};