xilem_html: Re-export AnyView from the crate root

This commit is contained in:
Jonas Platte 2023-07-09 19:40:14 +02:00
parent ce2b34dc9c
commit d3ea23247f
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ pub use element::{element, Element, ElementState};
#[cfg(feature = "typed")]
pub use event::events;
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")]
pub use view_ext::ViewExt;