yew_struct_component/
lib.rs

1//! Define [Yew](https://yew.rs/) components using structs.
2mod attributes;
3
4pub use yew_struct_component_macro::*;
5
6pub use crate::attributes::*;