mirror of https://github.com/linebender/xilem
xilem_html: Re-export AnyView from the crate root
This commit is contained in:
parent
ce2b34dc9c
commit
d3ea23247f
|
@ -27,7 +27,7 @@ pub use element::{element, Element, ElementState};
|
||||||
#[cfg(feature = "typed")]
|
#[cfg(feature = "typed")]
|
||||||
pub use event::events;
|
pub use event::events;
|
||||||
pub use event::{on_event, Action, Event, OnEvent, OnEventState, OptionalAction};
|
pub use event::{on_event, Action, Event, OnEvent, OnEventState, OptionalAction};
|
||||||
pub use view::{Adapt, AdaptThunk, Either, Pod, View, ViewMarker, ViewSequence};
|
pub use view::{Adapt, AdaptThunk, AnyView, Either, Pod, View, ViewMarker, ViewSequence};
|
||||||
#[cfg(feature = "typed")]
|
#[cfg(feature = "typed")]
|
||||||
pub use view_ext::ViewExt;
|
pub use view_ext::ViewExt;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue