Expose missing widget modules in iced_web

This commit is contained in:
Héctor Ramón Jiménez 2020-02-06 00:28:25 +01:00
parent 9a7f7bfdf5
commit ce45ecc235
5 changed files with 9 additions and 3 deletions

View file

@ -5,6 +5,9 @@
//! [`TextInput`]: struct.TextInput.html
//! [`State`]: struct.State.html
use crate::{bumpalo, css, Bus, Css, Element, Length, Widget};
pub use iced_style::text_input::{Style, StyleSheet};
use std::rc::Rc;
/// A field that can be filled with text.