feat(widget): re-export text_editor from iced
This commit is contained in:
parent
b7cb1b31ff
commit
463e07ec4b
1 changed files with 3 additions and 0 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue