diff --git a/crates/xilem_html/src/lib.rs b/crates/xilem_html/src/lib.rs
index 2af5c39b..2a984c8d 100644
--- a/crates/xilem_html/src/lib.rs
+++ b/crates/xilem_html/src/lib.rs
@@ -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;