1//! A `Show` component for [Leptos](https://leptos.dev/) with typed fallback support. 2 3mod typed_fallback_show; 4 5pub use typed_fallback_show::*;