diff --git a/yew/src/lib.rs b/yew/src/lib.rs index 8c8ee77bb95..26d35dff5fa 100644 --- a/yew/src/lib.rs +++ b/yew/src/lib.rs @@ -125,6 +125,9 @@ pub mod agent; #[cfg(feature = "services")] pub mod services; +#[cfg(feature = "web_sys")] +pub use web_sys; + /// The module that contains all events available in the framework. pub mod events { use cfg_if::cfg_if;