leptos_struct_component/
lib.rs

1//! Define [Leptos](https://leptos.dev/) components using structs.
2
3// mod attributes;
4
5pub use leptos_struct_component_macro::*;
6
7// pub use crate::attributes::*;