Trait wasm_react::props::HType
source · pub trait HType {
// Required method
fn as_js(&self) -> Cow<'_, JsValue>;
}Expand description
A marker trait for the component type that H is supposed to build.
Can either be HtmlTag or any imported component.