leptos_typed_fallback_show/
lib.rs

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