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