Merge branch 'master' into feature/custom-styling

This commit is contained in:
Héctor Ramón Jiménez 2019-12-31 11:37:41 +01:00
commit e98471d5b6
15 changed files with 225 additions and 12 deletions

View file

@ -29,6 +29,7 @@ pub mod radio;
pub mod row;
pub mod scrollable;
pub mod slider;
pub mod space;
pub mod svg;
pub mod text;
pub mod text_input;
@ -52,6 +53,8 @@ pub use scrollable::Scrollable;
#[doc(no_inline)]
pub use slider::Slider;
#[doc(no_inline)]
pub use space::Space;
#[doc(no_inline)]
pub use svg::Svg;
#[doc(no_inline)]
pub use text::Text;