We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8a04e commit e49648bCopy full SHA for e49648b
src/element.rs
@@ -1,6 +1,7 @@
1
use wasm_bindgen::prelude::*;
2
3
crate::macro_import::wasm_bindgen_react! {
4
+ #[derive(Debug, Clone)]
5
pub type Element;
6
#[wasm_bindgen(structural, method, getter = r#type)]
7
pub fn kind(this: &Element) -> JsValue;
0 commit comments